Project

General

Profile

« Previous | Next » 

Revision 113d9d67

Added by Leszek Koltunski almost 2 years ago

Progress with lower pane of the Play state.

View differences:

src/main/res/layout/play_bottom_bar.xml
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
       android:id="@+id/bottomLayout"
4 3
       android:layout_width="match_parent"
5 4
       android:layout_height="match_parent"
6
       android:background="@android:color/transparent"
7
       android:paddingTop="5dp"
8
       android:paddingEnd="15dp"
9
       android:paddingStart="15dp">
5
       android:paddingTop="7dp"
6
       android:layout_gravity="center"
7
       android:background="@android:color/transparent">
10 8

  
11 9
       <ImageButton
12
           android:id="@+id/buttonAbout"
13
           android:layout_alignParentStart="true"
14
           android:layout_width="wrap_content"
15
           android:layout_height="wrap_content"/>
16

  
17
       <ImageButton
18
           android:id="@+id/buttonDown"
10
           android:id="@+id/buttonUpdates"
19 11
           android:layout_centerHorizontal="true"
20 12
           android:layout_width="wrap_content"
21 13
           android:layout_height="wrap_content"/>
......
24 16
           android:layout_width="wrap_content"
25 17
           android:layout_height="wrap_content"
26 18
           android:layout_marginStart="100dp"
27
           android:layout_alignTop="@+id/buttonDown"
28
           android:layout_alignEnd="@+id/buttonDown"
19
           android:layout_alignTop="@+id/buttonUpdates"
20
           android:layout_alignEnd="@+id/buttonUpdates"
29 21
           android:textColor="#FFF"
30 22
           android:textSize="16sp"
31 23
           android:textStyle="bold"
32 24
           android:background="@drawable/badge_circle"/>
33

  
34
       <ImageButton
35
           android:id="@+id/buttonExit"
36
           android:layout_alignParentEnd="true"
37
           android:layout_width="wrap_content"
38
           android:layout_height="wrap_content"/>
39

  
40 25
</RelativeLayout>

Also available in: Unified diff