Skip to content

Commit

Permalink
Remove android:attr/buttonBarButtonStyle
Browse files Browse the repository at this point in the history
Remove android:attr/buttonBarButtonStyle as it prevented rendering the
focused element correctly.
  • Loading branch information
fornwall committed Jan 18, 2025
1 parent 012afea commit 1035680
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions termux-app/src/main/res/layout/activity_termux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,12 @@
android:longClickable="true" />

<LinearLayout
style="?android:attr/buttonBarStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">

<com.google.android.material.button.MaterialButton
android:id="@+id/toggle_keyboard_button"
style="?android:attr/buttonBarButtonStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
Expand All @@ -69,7 +67,6 @@

<com.google.android.material.button.MaterialButton
android:id="@+id/new_session_button"
style="?android:attr/buttonBarButtonStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
Expand Down

0 comments on commit 1035680

Please sign in to comment.