Skip to content

Commit

Permalink
fix:nav button
Browse files Browse the repository at this point in the history
  • Loading branch information
lingqiqi5211 authored Sep 14, 2024
1 parent 9e19c78 commit 39332db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_navigation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<RadioButton
android:id="@+id/navigation_home"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:button="@null"
Expand All @@ -70,7 +70,7 @@

<RadioButton
android:id="@+id/navigation_settings"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:button="@null"
Expand All @@ -82,7 +82,7 @@

<RadioButton
android:id="@+id/navigation_about"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:button="@null"
Expand Down

0 comments on commit 39332db

Please sign in to comment.