]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/create_home_screen_shortcut_dialog.xml
Switch to the new Day/Night theme. https://redmine.stoutner.com/issues/522
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / create_home_screen_shortcut_dialog.xml
index aaadcd459facdf7bc324802eeb25d063ee740037..1121da4785eac7a5610df1fe94b57c7b440f1820 100644 (file)
@@ -82,8 +82,7 @@
                 android:layout_width="wrap_content"
                 android:layout_marginBottom="4dp"
                 android:text="@string/open_with_default_browser"
-                android:textSize="18sp"
-                android:textColor="?android:textColorPrimary" />
+                android:textSize="18sp" />
 
             <RadioButton
                 android:id="@+id/open_with_privacy_browser_radiobutton"
@@ -91,8 +90,7 @@
                 android:layout_width="wrap_content"
                 android:layout_marginTop="4dp"
                 android:text="@string/open_with_privacy_browser"
-                android:textSize="18sp"
-                android:textColor="?android:textColorPrimary" />
+                android:textSize="18sp" />
         </RadioGroup>
     </LinearLayout>
 </ScrollView>
\ No newline at end of file