Project

General

Profile

« Previous | Next » 

Revision 840ad93e

Added by Leszek Koltunski 25 days ago

major progress with colors in styles

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:background="@color/grey"
6
    android:background="?normalC"
7 7
    android:orientation="vertical">
8 8

  
9 9
    <TextView
......
18 18
        android:paddingLeft="2dp"
19 19
        android:paddingRight="2dp"
20 20
        android:maxLines="1"
21
        android:background="@color/dark_grey"/>
21
        android:background="?darkC"/>
22 22

  
23 23
    <LinearLayout
24 24
        android:id="@+id/tutorialLayout"
......
28 28
        android:layout_marginRight="10dp"
29 29
        android:paddingLeft="5dp"
30 30
        android:paddingRight="5dp"
31
        android:background="@color/dark_grey"
31
        android:background="?darkC"
32 32
        android:orientation="horizontal">
33 33

  
34 34
        <ImageView

Also available in: Unified diff