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/config.xml
3 3
    android:id="@+id/mainLayout"
4 4
    android:layout_width="match_parent"
5 5
    android:layout_height="match_parent"
6
    android:background="@color/light_grey"
6
    android:background="?lightC"
7 7
    android:orientation="vertical">
8 8

  
9 9
    <org.distorted.config.ConfigSurfaceView
......
22 22
        android:layout_marginBottom="5dp"
23 23
        android:paddingLeft="5dp"
24 24
        android:paddingRight="5dp"
25
        android:background="@color/grey"
25
        android:background="?normalC"
26 26
        android:orientation="vertical" >
27 27

  
28 28
        <LinearLayout
......
93 93
        android:gravity="center"
94 94
        android:paddingLeft="5dp"
95 95
        android:paddingRight="5dp"
96
        android:background="@color/grey"
96
        android:background="?normalC"
97 97
        android:orientation="vertical" >
98 98
    </LinearLayout>
99 99

  
......
103 103
        android:layout_height="100dp"
104 104
        android:layout_gravity="end"
105 105
        android:orientation="horizontal"
106
        android:background="@color/light_grey">
106
        android:background="?lightC">
107 107
    </LinearLayout>
108 108

  
109 109
</LinearLayout>

Also available in: Unified diff