Skip to content

Commit a0f556a

Browse files
committed
Buttons fixed
1 parent d8fa806 commit a0f556a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

features/settings/src/main/res/layout/permissions_settings_fragment.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191
android:layout_height="wrap_content"
9292
android:layout_margin="@dimen/margin_normal"
9393
app:helpTitle="@string/cant_activate_accessibility_service"
94-
app:buttonText="@string/open_app_settings">
94+
app:buttonText="@string/open_app_settings"
95+
app:showButton="true">
9596
</com.sonozaki.resources.HelpView>
9697
</LinearLayout>
9798
</ScrollView>

features/settings/src/main/res/layout/trigger_settings_fragment.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@
144144
android:layout_height="wrap_content"
145145
android:layout_margin="@dimen/margin_normal"
146146
app:buttonText="@string/open_privacy_settings"
147-
app:helpTitle="@string/password_doesnt_work">
147+
app:helpTitle="@string/password_doesnt_work"
148+
app:showButton="true">
148149
</com.sonozaki.resources.HelpView>
149150
</LinearLayout>
150151
</ScrollView>

0 commit comments

Comments
 (0)