Skip to content

Commit

Permalink
Consider making this clickable item larger.
Browse files Browse the repository at this point in the history
This item's height is 45dp. Consider making the height of this touch target 48dp or larger.
  • Loading branch information
TWiStErRob committed Sep 14, 2023
1 parent c3e936e commit 7e0a6ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions feature/lighting/src/main/res/layout/fragment_lighting.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
android:layout_height="wrap_content"
android:layout_toLeftOf="@id/middle"
android:layout_toRightOf="@id/mulLabel"
android:minHeight="@dimen/touch_target"
android:autofillHints="color"
android:gravity="center"
android:hint="@string/cf_lighting_rgb_hint"
Expand Down Expand Up @@ -99,6 +100,7 @@
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_toRightOf="@id/addLabel"
android:minHeight="@dimen/touch_target"
android:autofillHints="color"
android:gravity="center"
android:hint="@string/cf_lighting_rgb_hint"
Expand Down

0 comments on commit 7e0a6ac

Please sign in to comment.