Project

General

Profile

« Previous | Next » 

Revision 876803e6

Added by Leszek Koltunski almost 2 years ago

Progress

View differences:

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

  
10 11
       <ImageButton
11 12
           android:id="@+id/buttonAbout"

Also available in: Unified diff