Project

General

Profile

« Previous | Next » 

Revision a19943bf

Added by Leszek Koltunski over 3 years ago

UI.

View differences:

src/main/res/layout/dialog_tutorial_row.xml
3 3
    android:layout_width="fill_parent"
4 4
    android:layout_height="fill_parent"
5 5
    android:gravity="center|fill_horizontal"
6
    android:layout_marginLeft="8dp"
7
    android:layout_marginRight="8dp"
8
    android:layout_marginTop="10dp"
9
    android:layout_marginBottom="10dp"
10
    android:background="@color/black"
6
    android:background="@color/grey"
11 7
    android:orientation="vertical">
12 8

  
13 9
    <TextView
......
22 18
        android:paddingLeft="2dp"
23 19
        android:paddingRight="2dp"
24 20
        android:maxLines="1"
25
        android:background="@color/grey"/>
21
        android:background="@color/dark_grey"/>
26 22

  
27 23
    <LinearLayout
28 24
        android:id="@+id/tutorialLayout"
......
30 26
        android:layout_height="wrap_content"
31 27
        android:layout_marginLeft="10dp"
32 28
        android:layout_marginRight="10dp"
33
        android:background="@color/grey"
29
        android:background="@color/dark_grey"
34 30
        android:gravity="center"
35 31
        android:orientation="horizontal">
36 32

  

Also available in: Unified diff