Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 869fe73b authored by m4570d0n's avatar m4570d0n
Browse files

Add a few layout color redirections for Theme Chooser

Change-Id: I5defdb7cad2e2948f197580a0560d38e3e0b479e
parent 41591c4d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:id="@+id/onoff"
            android:thumbTextPadding="10dp"
            android:thumbTextPadding="@dimen/alarm_thumb_switch_padding"
            android:layout_gravity="center_vertical|end"/>
    </LinearLayout>
    <View
@@ -89,7 +89,7 @@
        android:layout_marginStart="8dp"
        android:layout_marginRight="8dp"
        android:layout_marginEnd="8dp"
        android:background="#28ffffff"/>
        android:background="@color/hairline"/>
    <FrameLayout
        android:id="@+id/info_area"
        android:layout_width="match_parent"
@@ -256,7 +256,7 @@
            android:layout_marginRight="8dp"
            android:layout_marginEnd="8dp"
            android:layout_width="match_parent"
            android:background="#28ffffff"/>
            android:background="@color/hairline"/>
        <FrameLayout
            android:id="@+id/collapse"
            android:layout_width="match_parent"
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@
              <View
                  android:layout_width="match_parent"
                  android:layout_height="1dip"
                  android:background="#28ffffff" />
                  android:background="@color/footer_background" />
                  <LinearLayout
                      android:id="@+id/clock_buttons"
                      android:gravity="bottom"
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:background="#FF000000">
    android:background="@color/black">

    <!--  Extra layout to let the clock float in the window -->
    <LinearLayout
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
        android:layout_marginTop="16dp"
        android:layout_width="match_parent"
        android:layout_below="@id/labelBox"
        android:background="#28ffffff"/>
        android:background="@color/hairline"/>

    <LinearLayout
        android:layout_height="wrap_content"
@@ -60,7 +60,7 @@
            android:layout_marginTop="8dip"
            android:layout_marginBottom="8dip"
            android:layout_width="1dip"
            android:background="#28ffffff"/>
            android:background="@color/button_background"/>
        <Button
            android:id="@+id/setButton"
            android:layout_height="wrap_content"
+4 −4
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@
    <ImageView
        android:layout_width="match_parent"
        android:layout_height="1dip"
        android:background="#28ffffff" />
        android:background="@color/button_background" />

    <FrameLayout
        android:layout_width="match_parent"
@@ -109,7 +109,7 @@
                android:gravity="start|center_vertical"
                android:paddingStart="8dp"
                android:singleLine="true"
                android:textColor="#ccc"
                android:textColor="@color/swn_button_text"
                android:textSize="14dp" />

            <TextView
@@ -123,7 +123,7 @@
                android:gravity="start|center_vertical"
                android:paddingStart="8dp"
                android:singleLine="true"
                android:textColor="#ccc"
                android:textColor="@color/swn_button_text"
                android:textSize="14dp" />
        </LinearLayout>
    </FrameLayout>
Loading