Project

General

Profile

Download (1.01 KB) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / res / layout / play_bottom_bar.xml @ 113d9d67

1
<?xml version="1.0" encoding="utf-8"?>
2
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
       android:layout_width="match_parent"
4
       android:layout_height="match_parent"
5
       android:paddingTop="7dp"
6
       android:layout_gravity="center"
7
       android:background="@android:color/transparent">
8

    
9
       <ImageButton
10
           android:id="@+id/buttonUpdates"
11
           android:layout_centerHorizontal="true"
12
           android:layout_width="wrap_content"
13
           android:layout_height="wrap_content"/>
14
       <TextView
15
           android:id="@+id/bubbleUpdates"
16
           android:layout_width="wrap_content"
17
           android:layout_height="wrap_content"
18
           android:layout_marginStart="100dp"
19
           android:layout_alignTop="@+id/buttonUpdates"
20
           android:layout_alignEnd="@+id/buttonUpdates"
21
           android:textColor="#FFF"
22
           android:textSize="16sp"
23
           android:textStyle="bold"
24
           android:background="@drawable/badge_circle"/>
25
</RelativeLayout>
(31-31/38)