Project

General

Profile

« Previous | Next » 

Revision 840ad93e

Added by Leszek Koltunski 7 months ago

major progress with colors in styles

View differences:

src/main/res/layout/main.xml
13 13
        android:layout_weight="0.00"
14 14
        android:gravity="center"
15 15
        android:orientation="horizontal"
16
        android:background="?darkBackground">
16
        android:background="?darkC">
17 17
    </LinearLayout>
18 18

  
19 19
    <LinearLayout
......
24 24
        android:gravity="center"
25 25
        android:weightSum="1.0"
26 26
        android:orientation="horizontal"
27
        android:background="?darkBackground"
27
        android:background="?darkC"
28 28
        android:baselineAligned="false">
29 29

  
30 30
        <LinearLayout
......
94 94
        android:layout_width="match_parent"
95 95
        android:layout_height="0dp"
96 96
        android:layout_weight="0.84"
97
        android:background="?lightBackground">
97
        android:background="?lightC">
98 98
    </ScrollView>
99 99

  
100 100
    <LinearLayout
......
103 103
        android:layout_height="0dp"
104 104
        android:layout_weight="0.08"
105 105
        android:orientation="horizontal"
106
        android:background="?darkBackground">
106
        android:background="?darkC">
107 107

  
108 108
        <RelativeLayout
109 109
            android:id="@+id/bottomLayout"

Also available in: Unified diff