aboutsummaryrefslogtreecommitdiffstats
path: root/org_apg/res/layout/decrypt.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org_apg/res/layout/decrypt.xml')
-rw-r--r--org_apg/res/layout/decrypt.xml27
1 files changed, 3 insertions, 24 deletions
diff --git a/org_apg/res/layout/decrypt.xml b/org_apg/res/layout/decrypt.xml
index 98cb4f1f9..c259bb5be 100644
--- a/org_apg/res/layout/decrypt.xml
+++ b/org_apg/res/layout/decrypt.xml
@@ -48,10 +48,10 @@
android:id="@+id/sourceLabel"
android:layout_width="0dip"
android:layout_height="fill_parent"
+ android:layout_weight="1"
android:gravity="center_horizontal|center_vertical"
android:text="@string/label_message"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:textColor="#ffffffff" />
+ android:textAppearance="?android:attr/textAppearanceMedium" />
<ImageView
android:id="@+id/sourceNext"
@@ -103,7 +103,7 @@
android:id="@+id/btn_browse"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:src="@drawable/ic_launcher_folder_small" />
+ android:src="@drawable/ic_menu_filebrowser" />
</LinearLayout>
<LinearLayout
@@ -180,25 +180,4 @@
</LinearLayout>
</LinearLayout>
-<!-- <LinearLayout -->
-<!-- style="@android:style/ButtonBar" -->
-<!-- android:layout_width="fill_parent" -->
-<!-- android:layout_height="wrap_content" -->
-<!-- android:orientation="horizontal" > -->
-
-<!-- <Button -->
-<!-- android:id="@+id/btn_reply" -->
-<!-- android:layout_width="0dip" -->
-<!-- android:layout_height="fill_parent" -->
-<!-- android:layout_weight="1" -->
-<!-- android:text="@string/btn_reply" /> -->
-
-<!-- <Button -->
-<!-- android:id="@+id/btn_decrypt" -->
-<!-- android:layout_width="0dip" -->
-<!-- android:layout_height="fill_parent" -->
-<!-- android:layout_weight="1" -->
-<!-- android:text="@string/btn_decrypt" /> -->
-<!-- </LinearLayout> -->
-
</LinearLayout> \ No newline at end of file