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_stars_explain.xml
4 4
    android:layout_height="fill_parent"
5 5
    android:gravity="center|fill_horizontal"
6 6
    android:padding="10dp"
7
    android:background="@color/grey"
7
    android:background="?normalC"
8 8
    android:orientation="vertical">
9 9

  
10 10
    <TextView
11 11
        android:id="@+id/stars_dialog_explain"
12
        android:background="@color/dark_grey"
12
        android:background="?darkC"
13 13
        android:layout_width="match_parent"
14 14
        android:layout_height="match_parent"
15 15
        android:gravity="start"

Also available in: Unified diff