Layout cleanup
This commit is contained in:
@@ -77,8 +77,6 @@
|
||||
android:id="@+id/title_key_info"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:text="Key information"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Subject"/>
|
||||
|
||||
@@ -86,7 +84,6 @@
|
||||
android:id="@+id/crypto_impl"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_below="@+id/title_key_info"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="Crypto implementation"
|
||||
@@ -105,7 +102,6 @@
|
||||
android:id="@+id/title_fingerprint"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_below="@id/key"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="Fingerprint"
|
||||
@@ -116,7 +112,6 @@
|
||||
android:id="@+id/fingerprint"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_below="@+id/title_fingerprint"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="Fingerprint"
|
||||
@@ -127,8 +122,6 @@
|
||||
android:id="@+id/generate_qr"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_below="@+id/fingerprint"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="Generate QR code"/>
|
||||
|
||||
Reference in New Issue
Block a user