fdroiddata/metadata/me.shkschneider.dropbearserver/ActionBar.patch
2012-09-27 15:02:52 +01:00

37 lines
971 B
Diff

--- a/res/layout/explorer_header.xml
+++ b/res/layout/explorer_header.xml
@@ -6,7 +6,7 @@
<com.markupartist.android.widget.ActionBar
android:id="@+id/actionbar"
- style="@style/AnotherActionBar" />
+ style="@style/ActionBar" />
<TextView
android:id="@+id/current_path"
@@ -27,4 +27,4 @@
android:layout_height="2dip"
android:background="@color/black" />
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -8,7 +8,7 @@
<com.markupartist.android.widget.ActionBar
android:id="@+id/actionbar"
- style="@style/AnotherActionBar" />
+ style="@style/ActionBar" />
<com.astuetz.viewpagertabs.ViewPagerTabs
android:id="@+id/tabs"
@@ -30,4 +30,4 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>