You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
2.2 KiB
XML

android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="10dp"
android:paddingTop="5dp"
android:paddingBottom="5dp"
xmlns:android="http://schemas.android.com/apk/res/android">
android:layout_width="match_parent"
android:layout_height="60dp"
android:baselineAligned="false"
android:orientation="horizontal"
android:padding="0dp">
android:id="@+id/header_color"
android:layout_height="match_parent"
android:layout_width="0dp"
android:layout_weight="1">
android:text="@string/sense_theme_color_header"
android:id="@+id/header_color_title"
android:layout_gravity="center"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:shadowDx="1"
android:shadowDy="1"
android:shadowRadius="1" />
android:id="@+id/controls_color"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp">
android:text="@string/sense_theme_color_controls"
android:id="@+id/controls_color_title"
android:layout_gravity="center"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:shadowDx="1"
android:shadowDy="1"
android:shadowRadius="1" />
android:id="@+id/blinkfeed_color"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1">
android:text="@string/sense_theme_color_bf"
android:id="@+id/blinkfeed_color_title"
android:layout_gravity="center"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:shadowDx="1"
android:shadowDy="1"
android:shadowRadius="1" />