Increased tap-able area to show/hide the statistics sheet (see issue #18)
This commit is contained in:
		
							parent
							
								
									576ea43c21
								
							
						
					
					
						commit
						56fec19595
					
				
					 1 changed files with 24 additions and 13 deletions
				
			
		|  | @ -46,7 +46,7 @@ | |||
|                 android:layout_gravity="end|center" | ||||
|                 android:paddingStart="@dimen/activity_horizontal_margin" | ||||
|                 android:paddingEnd="@dimen/activity_horizontal_margin" | ||||
|                 android:src="@drawable/ic_export_white_24dp" | ||||
|                 android:src="@drawable/ic_file_download_white_24dp" | ||||
|                 android:background="@android:color/transparent" | ||||
|                 android:paddingTop="8dp" | ||||
|                 android:paddingBottom="8dp" | ||||
|  | @ -87,19 +87,18 @@ | |||
|                 android:orientation="vertical" | ||||
|                 android:layout_width="match_parent" | ||||
|                 android:layout_height="wrap_content" | ||||
|                 android:paddingTop="@dimen/activity_vertical_margin" | ||||
|                 android:paddingBottom="@dimen/activity_vertical_margin" | ||||
|                 android:paddingLeft="@dimen/activity_horizontal_margin" | ||||
|                 android:paddingRight="@dimen/activity_horizontal_margin" | ||||
|                 android:scrollbars="vertical"> | ||||
| 
 | ||||
|                 <LinearLayout | ||||
|                     android:id="@+id/statistics_view" | ||||
|                     android:layout_width="match_parent" | ||||
|                     android:layout_height="wrap_content" | ||||
|                     android:orientation="horizontal" | ||||
|                     android:layout_marginBottom="8dp"> | ||||
|                     android:paddingTop="@dimen/activity_vertical_margin" | ||||
|                     android:paddingBottom="@dimen/activity_vertical_margin" | ||||
|                     android:paddingStart="@dimen/activity_horizontal_margin" | ||||
|                     android:paddingEnd="@dimen/activity_horizontal_margin" | ||||
|                     android:orientation="horizontal"> | ||||
|                     <TextView | ||||
|                         android:id="@+id/statistics_view" | ||||
|                         android:layout_width="0dp" | ||||
|                         android:layout_height="match_parent" | ||||
|                         android:textAppearance="@android:style/TextAppearance.Large.Inverse" | ||||
|  | @ -121,7 +120,9 @@ | |||
|                     android:layout_width="wrap_content" | ||||
|                     android:layout_height="wrap_content" | ||||
|                     android:orientation="horizontal" | ||||
|                     android:layout_marginTop="12dp"> | ||||
|                     android:layout_marginTop="4dp" | ||||
|                     android:layout_marginStart="@dimen/activity_horizontal_margin" | ||||
|                     android:layout_marginEnd="@dimen/activity_horizontal_margin"> | ||||
|                     <TextView | ||||
|                         android:layout_width="match_parent" | ||||
|                         android:layout_height="wrap_content" | ||||
|  | @ -142,7 +143,9 @@ | |||
|                     android:layout_width="wrap_content" | ||||
|                     android:layout_height="wrap_content" | ||||
|                     android:orientation="horizontal" | ||||
|                     android:layout_marginTop="4dp"> | ||||
|                     android:layout_marginTop="4dp" | ||||
|                     android:layout_marginStart="@dimen/activity_horizontal_margin" | ||||
|                     android:layout_marginEnd="@dimen/activity_horizontal_margin"> | ||||
|                     <TextView | ||||
|                         android:layout_width="match_parent" | ||||
|                         android:layout_height="wrap_content" | ||||
|  | @ -163,7 +166,9 @@ | |||
|                     android:layout_width="wrap_content" | ||||
|                     android:layout_height="wrap_content" | ||||
|                     android:orientation="horizontal" | ||||
|                     android:layout_marginTop="4dp"> | ||||
|                     android:layout_marginTop="4dp" | ||||
|                     android:layout_marginStart="@dimen/activity_horizontal_margin" | ||||
|                     android:layout_marginEnd="@dimen/activity_horizontal_margin"> | ||||
|                     <TextView | ||||
|                         android:layout_width="match_parent" | ||||
|                         android:layout_height="wrap_content" | ||||
|  | @ -184,7 +189,9 @@ | |||
|                     android:layout_width="wrap_content" | ||||
|                     android:layout_height="wrap_content" | ||||
|                     android:orientation="horizontal" | ||||
|                     android:layout_marginTop="8dp"> | ||||
|                     android:layout_marginTop="8dp" | ||||
|                     android:layout_marginStart="@dimen/activity_horizontal_margin" | ||||
|                     android:layout_marginEnd="@dimen/activity_horizontal_margin"> | ||||
|                     <TextView | ||||
|                         android:layout_width="match_parent" | ||||
|                         android:layout_height="wrap_content" | ||||
|  | @ -205,7 +212,9 @@ | |||
|                     android:layout_width="wrap_content" | ||||
|                     android:layout_height="wrap_content" | ||||
|                     android:orientation="horizontal" | ||||
|                     android:layout_marginTop="4dp"> | ||||
|                     android:layout_marginTop="4dp" | ||||
|                     android:layout_marginStart="@dimen/activity_horizontal_margin" | ||||
|                     android:layout_marginEnd="@dimen/activity_horizontal_margin"> | ||||
|                     <TextView | ||||
|                         android:layout_width="match_parent" | ||||
|                         android:layout_height="wrap_content" | ||||
|  | @ -227,6 +236,8 @@ | |||
|                     android:layout_height="wrap_content" | ||||
|                     android:orientation="horizontal" | ||||
|                     android:layout_marginTop="4dp" | ||||
|                     android:layout_marginStart="@dimen/activity_horizontal_margin" | ||||
|                     android:layout_marginEnd="@dimen/activity_horizontal_margin" | ||||
|                     android:layout_marginBottom="48dp"> | ||||
|                     <TextView | ||||
|                         android:layout_width="match_parent" | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 y20k
						y20k