use font size in action view
This commit is contained in:
		
							parent
							
								
									e6d7e5f27f
								
							
						
					
					
						commit
						a4dc7eb3ee
					
				|  | @ -6,17 +6,16 @@ | ||||||
|                 android:focusable="true" |                 android:focusable="true" | ||||||
|                 android:gravity="center" |                 android:gravity="center" | ||||||
|                 android:paddingLeft="5dp" |                 android:paddingLeft="5dp" | ||||||
|     android:paddingRight="5dp" > |                 android:paddingRight="5dp"> | ||||||
| 
 | 
 | ||||||
|     <EditText |     <EditText | ||||||
|         android:id="@+id/search_field" |         android:id="@+id/search_field" | ||||||
|  |         style="@style/Widget.Conversations.SearchView" | ||||||
|         android:layout_width="match_parent" |         android:layout_width="match_parent" | ||||||
|         android:layout_height="wrap_content" |         android:layout_height="wrap_content" | ||||||
|         android:focusable="true" |         android:focusable="true" | ||||||
|         android:inputType="textEmailAddress|textNoSuggestions" |         android:hint="@string/search_for_contacts_or_groups" | ||||||
|         android:imeOptions="actionSearch" |         android:imeOptions="actionSearch" | ||||||
|         android:textColor="@color/white" |         android:inputType="textEmailAddress|textNoSuggestions"/> | ||||||
|         android:textColorHint="@color/white70" |  | ||||||
|         android:hint="@string/search_for_contacts_or_groups"/> |  | ||||||
| 
 | 
 | ||||||
| </RelativeLayout> | </RelativeLayout> | ||||||
|  | @ -25,6 +25,11 @@ | ||||||
|         <item name="android:textSize">?TextSizeInput</item> |         <item name="android:textSize">?TextSizeInput</item> | ||||||
|     </style> |     </style> | ||||||
| 
 | 
 | ||||||
|  |     <style name="Widget.Conversations.SearchView" parent="Widget.Conversations.EditText"> | ||||||
|  |         <item name="android:textColor">@color/white</item> | ||||||
|  |         <item name="android:textColorHint">@color/white70</item> | ||||||
|  |     </style> | ||||||
|  | 
 | ||||||
|     <style name="Widget.Conversations.CheckBox" parent="Widget.AppCompat.CompoundButton.CheckBox"> |     <style name="Widget.Conversations.CheckBox" parent="Widget.AppCompat.CompoundButton.CheckBox"> | ||||||
|         <item name="android:textSize">?TextSizeBody1</item> |         <item name="android:textSize">?TextSizeBody1</item> | ||||||
|     </style> |     </style> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Daniel Gultsch
						Daniel Gultsch