Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: res/layout/preferences.xml

Issue 9316018: ABP/Android Holo theme (Closed)
Patch Set: Created Feb. 1, 2013, 7:55 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: res/layout/preferences.xml
===================================================================
--- a/res/layout/preferences.xml
+++ b/res/layout/preferences.xml
@@ -4,55 +4,6 @@
android:layout_height="fill_parent"
android:orientation="vertical" >
- <LinearLayout
- style="@android:style/ButtonBar"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal" >
-
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:contentDescription="@string/app_name"
- android:paddingRight="3dip"
- android:src="@drawable/ic_launcher" />
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_weight="1"
- android:fadingEdge="horizontal"
- android:singleLine="true"
- android:text="@string/app_name"
- android:textAppearance="?android:attr/textAppearanceLarge" />
-
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="0"
- android:gravity="right"
- android:orientation="horizontal" >
-
- <ImageButton
- android:id="@+id/btn_help"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:contentDescription="@string/help"
- android:onClick="onHelp"
- android:src="@drawable/ic_menu_help" />
-
- <ImageButton
- android:id="@+id/btn_about"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:contentDescription="@string/about"
- android:onClick="onAbout"
- android:src="@drawable/ic_menu_info_details" />
- </LinearLayout>
- </LinearLayout>
-
<TextView
android:id="@+id/txt_configuration"
style="@style/MessageText"
« project.properties ('K') | « project.properties ('k') | res/menu/menu_preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld