Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Add widget compact divider (#3594)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreVero authored Oct 8, 2024
1 parent d34fce0 commit ec621e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<size
android:height="0dp"
android:width="8dp"/>
</shape>
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
android:paddingLeft="16dp"
android:paddingTop="12dp"
android:paddingRight="16dp"
android:showDividers="middle"
android:divider="@drawable/widget_compact_divider"
android:paddingBottom="14dp">


Expand Down

0 comments on commit ec621e7

Please sign in to comment.