You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
1.7 KiB
10 lines
1.7 KiB
2 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout android:orientation="horizontal" android:id="@id/mode_switcher_content" android:background="@android:color/transparent" android:layout_width="fill_parent" android:layout_height="wrap_content" android:baselineAligned="false"
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:custom="http://schemas.android.com/apk/res-auto">
|
||
|
<LinearLayout android:orientation="vertical" android:background="@color/popup_bg" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0">
|
||
|
<com.viatech.widget.HorizontalImageText android:id="@id/displaymode_crystalball" android:layout_width="wrap_content" android:layout_height="50.0dip" custom:status_normal="@drawable/crystalball" custom:status_select="@drawable/crystalball_ing" custom:status_text="@string/str_crystalball" />
|
||
|
<com.viatech.widget.HorizontalImageText android:id="@id/displaymode_asteroid" android:layout_width="wrap_content" android:layout_height="50.0dip" custom:status_normal="@drawable/asteroid_normal" custom:status_select="@drawable/asteroid_selected" custom:status_text="@string/str_asteroid" />
|
||
|
<com.viatech.widget.HorizontalImageText android:id="@id/panorama_mode" android:layout_width="wrap_content" android:layout_height="50.0dip" custom:status_normal="@drawable/panorama_normal" custom:status_select="@drawable/panorama_selected" custom:status_text="@string/str_panorama" />
|
||
|
</LinearLayout>
|
||
|
<LinearLayout android:orientation="horizontal" android:background="@android:color/transparent" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="3.0" />
|
||
|
</LinearLayout>
|