Project

General

Profile

« Previous | Next » 

Revision 9881dc03

Added by Leszek Koltunski about 1 month ago

common code from all activities to one BaseActivity

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="@color/dark_grey">
16
        android:background="?darkBackground">
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="@color/dark_grey"
27
        android:background="?darkBackground"
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="@color/grey">
97
        android:background="?lightBackground">
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="@color/dark_grey">
106
        android:background="?darkBackground">
107 107

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

Also available in: Unified diff