Skip to content

Commit

Permalink
fix - issues #171 #175, Wootzapp supports single theme, multiple them…
Browse files Browse the repository at this point in the history
…e support will be added in upcoming versions
  • Loading branch information
1311-hack1 committed Dec 21, 2024
1 parent 5a7ac6d commit 51633d5
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ found in the LICENSE file.
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:primaryText="@string/themes_system_default_title"
app:descriptionText="@string/themes_system_default_summary" />
app:descriptionText="@string/themes_system_default_summary"
android:visibility="gone" />

<!-- override default padding top and bottom -->
<org.chromium.components.browser_ui.widget.RadioButtonWithDescription
Expand All @@ -41,7 +42,8 @@ found in the LICENSE file.
android:minHeight="@dimen/min_touch_target_size"
android:paddingTop="8dp"
android:paddingBottom="8dp"
app:primaryText="@string/dark_mode" />
app:primaryText="@string/dark_mode"
android:visibility="gone" />

</org.chromium.components.browser_ui.widget.RadioButtonWithDescriptionLayout>

Expand Down

0 comments on commit 51633d5

Please sign in to comment.