Skip to content

Commit

Permalink
Widget: Center device label
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Oct 28, 2023
1 parent 3f98c62 commit ad38702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/widget_pod_dual_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:textSize="12sp"
android:gravity="center"
android:textStyle="bold"
tools:text="AirPods Max" />

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/widget_pod_single_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
style="@style/PodWidget.TextPrimary"
android:layout_width="wrap_content"
android:textStyle="bold"
android:gravity="center"
android:layout_height="wrap_content"
android:layout_gravity="center"
tools:text="AirPods Max" />
Expand Down

0 comments on commit ad38702

Please sign in to comment.