Skip to content

Commit

Permalink
Bugfix: settings for default activity type now the dropdown.
Browse files Browse the repository at this point in the history
Fixes #1953.
  • Loading branch information
dennisguse committed Jul 11, 2024
1 parent 6eeb9a0 commit 9834c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/res/layout/preference_activity_type.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ limitations under the License.
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
style="?attr/textInputOutlinedStyle"
style="?attr/textInputOutlinedExposedDropdownMenuStyle"
android:imeOptions="actionNext"
android:importantForAutofill="no"
android:layout_marginEnd="8dp">
Expand Down

0 comments on commit 9834c60

Please sign in to comment.