Better handling of actionbars back

This commit is contained in:
Dominik Schürmann
2014-05-07 14:33:20 +02:00
parent f4cbd8cabb
commit e14ce09186
8 changed files with 65 additions and 51 deletions

View File

@@ -42,7 +42,7 @@
android:text="@string/section_cert" />
<TableLayout
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginLeft="8dp"
android:layout_weight="1"
@@ -163,7 +163,7 @@
android:text="@string/section_certifier_id" />
<TableLayout
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginLeft="8dp"
android:layout_marginBottom="4dp"
@@ -193,7 +193,7 @@
android:id="@+id/label_algorithm"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_gravity="top"
android:paddingRight="10dip"
android:text="@string/label_user_id" />