Skip to content

Commit

Permalink
Merge pull request android#38 from android/watchface-complication-con…
Browse files Browse the repository at this point in the history
…figuration-bugfix

Apply padding consistently to the complication configuration of the S…
  • Loading branch information
JohnNichol authored Apr 21, 2020
2 parents e46bca1 + 7f1cb79 commit 2cbbc77
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
android:layout_height="match_parent"
android:background="@color/dark_grey"
android:paddingStart="@dimen/activity_config_padding"
android:paddingEnd="@dimen/activity_config_padding">
android:paddingEnd="@dimen/activity_config_padding"
android:paddingTop="@dimen/activity_config_padding"
android:paddingBottom="@dimen/activity_config_padding">
<androidx.wear.widget.WearableRecyclerView
android:id="@+id/wearable_recycler_view"
android:layout_height="wrap_content"
Expand Down

0 comments on commit 2cbbc77

Please sign in to comment.