fixed paddings in omemo key cards
This commit is contained in:
		
							parent
							
								
									3130d40262
								
							
						
					
					
						commit
						562622393e
					
				| @ -37,14 +37,14 @@ | |||||||
|                 android:layout_width="wrap_content" |                 android:layout_width="wrap_content" | ||||||
|                 android:layout_height="wrap_content" |                 android:layout_height="wrap_content" | ||||||
|                 android:text="@string/touch_to_choose_picture" |                 android:text="@string/touch_to_choose_picture" | ||||||
|                 android:textColor="?attr/color_text_secondary"/> |                 android:textAppearance="@style/TextAppearance.AppCompat.Body1"/> | ||||||
| 
 | 
 | ||||||
|             <TextView |             <TextView | ||||||
|                 android:id="@+id/secondary_hint" |                 android:id="@+id/secondary_hint" | ||||||
|                 android:layout_width="wrap_content" |                 android:layout_width="wrap_content" | ||||||
|                 android:layout_height="wrap_content" |                 android:layout_height="wrap_content" | ||||||
|                 android:text="@string/or_long_press_for_default" |                 android:textAppearance="@style/TextAppearance.AppCompat.Body1" | ||||||
|                 android:textColor="?attr/color_text_secondary"/> |                 android:text="@string/or_long_press_for_default"/> | ||||||
| 
 | 
 | ||||||
|             <TextView |             <TextView | ||||||
|                 android:id="@+id/hint_or_warning" |                 android:id="@+id/hint_or_warning" | ||||||
| @ -52,8 +52,7 @@ | |||||||
|                 android:layout_height="wrap_content" |                 android:layout_height="wrap_content" | ||||||
|                 android:layout_marginTop="8dp" |                 android:layout_marginTop="8dp" | ||||||
|                 android:layout_marginBottom="8dp" |                 android:layout_marginBottom="8dp" | ||||||
|                 android:textColor="?attr/color_text_primary" |                 android:textAppearance="@style/TextAppearance.AppCompat.Body1"/> | ||||||
|                 android:textSize="?attr/TextSizeBody"/> |  | ||||||
| 
 | 
 | ||||||
|         </LinearLayout> |         </LinearLayout> | ||||||
|     </android.support.v7.widget.CardView> |     </android.support.v7.widget.CardView> | ||||||
|  | |||||||
| @ -38,17 +38,14 @@ | |||||||
|                             android:layout_width="wrap_content" |                             android:layout_width="wrap_content" | ||||||
|                             android:layout_height="wrap_content" |                             android:layout_height="wrap_content" | ||||||
|                             android:text="@string/error_trustkeys_title" |                             android:text="@string/error_trustkeys_title" | ||||||
|                             android:textColor="?attr/color_text_primary" |                             android:textAppearance="@style/TextAppearance.AppCompat.Title"/> | ||||||
|                             android:textSize="?attr/TextSizeHeadline" |  | ||||||
|                             android:textStyle="bold"/> |  | ||||||
| 
 | 
 | ||||||
|                         <TextView |                         <TextView | ||||||
|                             android:id="@+id/key_error_message" |                             android:id="@+id/key_error_message" | ||||||
|                             android:layout_width="wrap_content" |                             android:layout_width="wrap_content" | ||||||
|                             android:layout_height="wrap_content" |                             android:layout_height="wrap_content" | ||||||
|                             android:padding="8dp" |                             android:padding="8dp" | ||||||
|                             android:textColor="?attr/color_text_primary" |                             android:textAppearance="@style/TextAppearance.AppCompat.Body1"/> | ||||||
|                             android:textSize="?attr/TextSizeBody"/> |  | ||||||
|                     </LinearLayout> |                     </LinearLayout> | ||||||
| 
 | 
 | ||||||
|                 </android.support.v7.widget.CardView> |                 </android.support.v7.widget.CardView> | ||||||
| @ -67,24 +64,20 @@ | |||||||
|                         android:layout_width="match_parent" |                         android:layout_width="match_parent" | ||||||
|                         android:layout_height="wrap_content" |                         android:layout_height="wrap_content" | ||||||
|                         android:orientation="vertical" |                         android:orientation="vertical" | ||||||
|                         android:padding="@dimen/card_padding_regular"> |                         android:padding="@dimen/card_padding_list"> | ||||||
| 
 | 
 | ||||||
|                         <TextView |                         <TextView | ||||||
|                             android:id="@+id/own_keys_title" |                             android:id="@+id/own_keys_title" | ||||||
|                             android:layout_width="wrap_content" |                             android:layout_width="wrap_content" | ||||||
|                             android:layout_height="wrap_content" |                             android:layout_height="wrap_content" | ||||||
|                             android:textColor="?attr/color_text_primary" |                             android:layout_margin="@dimen/list_padding" | ||||||
|                             android:textSize="?attr/TextSizeHeadline" |                             android:textAppearance="@style/TextAppearance.AppCompat.Title"/> | ||||||
|                             android:textStyle="bold"/> |  | ||||||
| 
 | 
 | ||||||
|                         <LinearLayout |                         <LinearLayout | ||||||
|                             android:id="@+id/own_keys_details" |                             android:id="@+id/own_keys_details" | ||||||
|                             android:layout_width="fill_parent" |                             android:layout_width="fill_parent" | ||||||
|                             android:layout_height="wrap_content" |                             android:layout_height="wrap_content" | ||||||
|                             android:divider="?android:dividerHorizontal" |                             android:orientation="vertical"/> | ||||||
|                             android:orientation="vertical" |  | ||||||
|                             android:showDividers="middle"> |  | ||||||
|                         </LinearLayout> |  | ||||||
|                     </LinearLayout> |                     </LinearLayout> | ||||||
| 
 | 
 | ||||||
|                 </android.support.v7.widget.CardView> |                 </android.support.v7.widget.CardView> | ||||||
|  | |||||||
| @ -1,152 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |  | ||||||
|                 android:layout_width="match_parent" |  | ||||||
|                 android:layout_height="match_parent" |  | ||||||
|                 android:background="?attr/color_background_primary"> |  | ||||||
| 
 |  | ||||||
| 	<ScrollView |  | ||||||
| 		android:layout_width="fill_parent" |  | ||||||
| 		android:layout_height="fill_parent" |  | ||||||
| 		android:layout_above="@+id/button_bar"> |  | ||||||
| 
 |  | ||||||
| 		<LinearLayout |  | ||||||
| 			android:layout_width="match_parent" |  | ||||||
| 			android:layout_height="match_parent" |  | ||||||
| 			android:orientation="vertical" |  | ||||||
| 			android:layout_marginLeft="@dimen/activity_horizontal_margin" |  | ||||||
| 			android:layout_marginRight="@dimen/activity_horizontal_margin" |  | ||||||
| 			android:layout_marginTop="@dimen/activity_vertical_margin" |  | ||||||
| 			android:layout_marginBottom="@dimen/activity_vertical_margin"> |  | ||||||
| 
 |  | ||||||
| 			<TextView |  | ||||||
| 				android:id="@+id/verification_explanation" |  | ||||||
| 				android:layout_width="wrap_content" |  | ||||||
| 				android:layout_height="wrap_content"/> |  | ||||||
| 
 |  | ||||||
| 			<LinearLayout |  | ||||||
| 				android:id="@+id/manual_verification_area" |  | ||||||
| 				android:layout_width="fill_parent" |  | ||||||
| 				android:layout_height="wrap_content" |  | ||||||
| 				android:layout_marginTop="16dp" |  | ||||||
| 				android:orientation="vertical"> |  | ||||||
| 
 |  | ||||||
| 				<TextView |  | ||||||
| 					android:id="@+id/your_fingerprint" |  | ||||||
| 					android:layout_width="wrap_content" |  | ||||||
| 					android:layout_height="wrap_content" |  | ||||||
| 					android:textColor="?attr/color_text_primary" |  | ||||||
| 					android:textSize="?attr/TextSizeBody" |  | ||||||
| 					android:typeface="monospace" |  | ||||||
| 					android:fontFamily="monospace"/> |  | ||||||
| 
 |  | ||||||
| 				<TextView |  | ||||||
| 					android:layout_width="wrap_content" |  | ||||||
| 					android:layout_height="wrap_content" |  | ||||||
| 					android:text="@string/your_fingerprint" |  | ||||||
| 					android:textColor="?attr/color_text_secondary" |  | ||||||
| 					android:textSize="?attr/TextSizeInfo"/> |  | ||||||
| 
 |  | ||||||
| 				<TextView |  | ||||||
| 					android:id="@+id/remote_fingerprint" |  | ||||||
| 					android:layout_width="wrap_content" |  | ||||||
| 					android:layout_height="wrap_content" |  | ||||||
| 					android:layout_marginTop="20dp" |  | ||||||
| 					android:textColor="?attr/color_text_primary" |  | ||||||
| 					android:textSize="?attr/TextSizeBody" |  | ||||||
| 					android:typeface="monospace" |  | ||||||
| 					android:fontFamily="monospace"/> |  | ||||||
| 
 |  | ||||||
| 				<TextView |  | ||||||
| 					android:layout_width="wrap_content" |  | ||||||
| 					android:layout_height="wrap_content" |  | ||||||
| 					android:layout_marginBottom="20dp" |  | ||||||
| 					android:text="@string/remote_fingerprint" |  | ||||||
| 					android:textColor="?attr/color_text_secondary" |  | ||||||
| 					android:textSize="?attr/TextSizeInfo"/> |  | ||||||
| 
 |  | ||||||
| 			</LinearLayout> |  | ||||||
| 
 |  | ||||||
| 			<LinearLayout |  | ||||||
| 				android:id="@+id/smp_verification_area" |  | ||||||
| 				android:layout_width="fill_parent" |  | ||||||
| 				android:layout_height="fill_parent" |  | ||||||
| 				android:layout_marginTop="16dp" |  | ||||||
| 				android:orientation="vertical"> |  | ||||||
| 
 |  | ||||||
| 				<TextView |  | ||||||
| 					android:id="@+id/status_message" |  | ||||||
| 					android:layout_width="wrap_content" |  | ||||||
| 					android:layout_height="wrap_content" |  | ||||||
| 					android:layout_gravity="center_horizontal" |  | ||||||
| 					android:text="@string/verified" |  | ||||||
| 					android:textColor="?attr/color_text_primary" |  | ||||||
| 					android:textSize="?attr/TextSizeHeadline" |  | ||||||
| 					android:textStyle="bold" |  | ||||||
| 					android:visibility="gone"/> |  | ||||||
| 
 |  | ||||||
| 				<TextView |  | ||||||
| 					android:id="@+id/shared_secret_hint" |  | ||||||
| 					android:layout_width="wrap_content" |  | ||||||
| 					android:layout_height="wrap_content" |  | ||||||
| 					android:layout_marginBottom="8dp" |  | ||||||
| 					android:textColor="?attr/color_text_primary" |  | ||||||
| 					android:textSize="?attr/TextSizeBody" |  | ||||||
| 					android:textStyle="bold" |  | ||||||
| 					android:visibility="gone"/> |  | ||||||
| 
 |  | ||||||
| 				<EditText |  | ||||||
| 					android:id="@+id/shared_secret_hint_editable" |  | ||||||
| 					android:layout_width="match_parent" |  | ||||||
| 					android:layout_height="wrap_content" |  | ||||||
| 					android:layout_marginBottom="8dp" |  | ||||||
| 					android:hint="@string/shared_secret_hint" |  | ||||||
| 					android:inputType="textAutoComplete" |  | ||||||
| 					android:textColor="?attr/color_text_primary" |  | ||||||
| 					android:textColorHint="?attr/color_text_secondary" |  | ||||||
| 					android:textSize="?attr/TextSizeBody"/> |  | ||||||
| 
 |  | ||||||
| 				<EditText |  | ||||||
| 					android:id="@+id/shared_secret_secret" |  | ||||||
| 					android:layout_width="match_parent" |  | ||||||
| 					android:layout_height="wrap_content" |  | ||||||
| 					android:layout_marginTop="8dp" |  | ||||||
| 					android:hint="@string/shared_secret_secret" |  | ||||||
| 					android:inputType="textPassword" |  | ||||||
| 					android:textColor="?attr/color_text_primary" |  | ||||||
| 					android:textColorHint="?attr/color_text_secondary" |  | ||||||
| 					android:textSize="?attr/TextSizeBody"/> |  | ||||||
| 			</LinearLayout> |  | ||||||
| 		</LinearLayout> |  | ||||||
| 	</ScrollView> |  | ||||||
| 
 |  | ||||||
| 	<LinearLayout |  | ||||||
| 		android:id="@+id/button_bar" |  | ||||||
| 		android:layout_width="wrap_content" |  | ||||||
| 		android:layout_height="wrap_content" |  | ||||||
| 		android:layout_alignParentBottom="true" |  | ||||||
| 		android:layout_alignParentLeft="true" |  | ||||||
| 		android:layout_alignParentRight="true"> |  | ||||||
| 
 |  | ||||||
| 		<Button |  | ||||||
| 			android:id="@+id/left_button" |  | ||||||
| 			style="?android:attr/borderlessButtonStyle" |  | ||||||
| 			android:layout_width="0dp" |  | ||||||
| 			android:layout_height="wrap_content" |  | ||||||
| 			android:layout_weight="1"/> |  | ||||||
| 
 |  | ||||||
| 		<View |  | ||||||
| 			android:layout_width="1dp" |  | ||||||
| 			android:layout_height="fill_parent" |  | ||||||
| 			android:layout_marginBottom="7dp" |  | ||||||
| 			android:layout_marginTop="7dp" |  | ||||||
| 			android:background="?attr/divider"/> |  | ||||||
| 
 |  | ||||||
| 		<Button |  | ||||||
| 			android:id="@+id/right_button" |  | ||||||
| 			style="?android:attr/borderlessButtonStyle" |  | ||||||
| 			android:layout_width="0dp" |  | ||||||
| 			android:layout_height="wrap_content" |  | ||||||
| 			android:layout_weight="1"/> |  | ||||||
| 	</LinearLayout> |  | ||||||
| 
 |  | ||||||
| </RelativeLayout> |  | ||||||
| @ -15,33 +15,29 @@ | |||||||
|             android:layout_width="match_parent" |             android:layout_width="match_parent" | ||||||
|             android:layout_height="wrap_content" |             android:layout_height="wrap_content" | ||||||
|             android:orientation="vertical" |             android:orientation="vertical" | ||||||
|             android:padding="@dimen/card_padding_regular"> |             android:padding="@dimen/card_padding_list"> | ||||||
| 
 | 
 | ||||||
|             <TextView |             <TextView | ||||||
|                 android:id="@+id/foreign_keys_title" |                 android:id="@+id/foreign_keys_title" | ||||||
|                 android:layout_width="wrap_content" |                 android:layout_width="wrap_content" | ||||||
|                 android:layout_height="wrap_content" |                 android:layout_height="wrap_content" | ||||||
|                 android:textColor="?attr/color_text_primary" |                 android:textAppearance="@style/TextAppearance.AppCompat.Title" | ||||||
|                 android:textSize="?attr/TextSizeHeadline" |                 android:layout_margin="@dimen/list_padding"/> | ||||||
|                 android:textStyle="bold"/> |  | ||||||
| 
 | 
 | ||||||
|             <LinearLayout |             <LinearLayout | ||||||
|                 android:id="@+id/foreign_keys_details" |                 android:id="@+id/foreign_keys_details" | ||||||
|                 android:layout_width="fill_parent" |                 android:layout_width="fill_parent" | ||||||
|                 android:layout_height="wrap_content" |                 android:layout_height="wrap_content" | ||||||
|                 android:divider="?android:dividerHorizontal" |                 android:orientation="vertical"> | ||||||
|                 android:orientation="vertical" |  | ||||||
|                 android:showDividers="middle"> |  | ||||||
|             </LinearLayout> |             </LinearLayout> | ||||||
| 
 | 
 | ||||||
|             <TextView |             <TextView | ||||||
|                 android:id="@+id/no_keys_to_accept" |                 android:id="@+id/no_keys_to_accept" | ||||||
|                 android:layout_width="wrap_content" |                 android:layout_width="wrap_content" | ||||||
|                 android:layout_height="wrap_content" |                 android:layout_height="wrap_content" | ||||||
|                 android:layout_marginTop="8dp" |  | ||||||
|                 android:text="@string/no_keys_just_confirm" |                 android:text="@string/no_keys_just_confirm" | ||||||
|                 android:textColor="?attr/color_text_primary" |                 android:textAppearance="@style/TextAppearance.AppCompat.Body1" | ||||||
|                 android:textSize="?attr/TextSizeBody"/> |                 android:layout_margin="@dimen/list_padding"/> | ||||||
|         </LinearLayout> |         </LinearLayout> | ||||||
|     </android.support.v7.widget.CardView> |     </android.support.v7.widget.CardView> | ||||||
| </layout> | </layout> | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Daniel Gultsch
						Daniel Gultsch