]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/edit_bookmark_folder_dialog.xml
Release 2.7.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / edit_bookmark_folder_dialog.xml
index 18d20cfdb046840df156837f6bbc14969588f690..8b1f5876b4febe5748904161489f5b4fe4d12754 100644 (file)
@@ -86,7 +86,8 @@
                     android:layout_marginTop="12dp"
                     android:layout_marginBottom="4dp"
                     android:text="@string/current_folder_icon"
-                    android:textSize="18sp"/>
+                    android:textSize="18sp"
+                    android:textColor="?attr/primaryTextColorSelector" />
 
                 <RadioButton
                     android:id="@+id/edit_folder_default_icon_radiobutton"
@@ -95,7 +96,8 @@
                     android:layout_marginTop="5dp"
                     android:layout_marginBottom="4dp"
                     android:text="@string/default_folder_icon"
-                    android:textSize="18sp" />
+                    android:textSize="18sp"
+                    android:textColor="?attr/primaryTextColorSelector" />
 
                 <RadioButton
                     android:id="@+id/edit_folder_web_page_icon_radiobutton"
                     android:layout_height="wrap_content"
                     android:layout_marginTop="5dp"
                     android:text="@string/web_page_favorite_icon"
-                    android:textSize="18sp" />
+                    android:textSize="18sp"
+                    android:textColor="?attr/primaryTextColorSelector" />
             </RadioGroup>
         </LinearLayout>