Project

General

Profile

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

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

1 85038b84 Leszek Koltunski
<?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 876803e6 Leszek Koltunski
       android:layout_height="match_parent"
5 113d9d67 Leszek Koltunski
       android:paddingTop="7dp"
6
       android:layout_gravity="center"
7
       android:background="@android:color/transparent">
8 85038b84 Leszek Koltunski
9
       <ImageButton
10 113d9d67 Leszek Koltunski
           android:id="@+id/buttonUpdates"
11 85038b84 Leszek Koltunski
           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 113d9d67 Leszek Koltunski
           android:layout_alignTop="@+id/buttonUpdates"
20
           android:layout_alignEnd="@+id/buttonUpdates"
21 85038b84 Leszek Koltunski
           android:textColor="#FFF"
22
           android:textSize="16sp"
23
           android:textStyle="bold"
24
           android:background="@drawable/badge_circle"/>
25
</RelativeLayout>