Skip to content

Commit

Permalink
add bottom_line.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
xxf098 committed Jan 1, 2023
1 parent 0632a08 commit 2942d35
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/res/drawable/bottom_line.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:gravity="bottom">
<shape>
<size android:height="1dp" />
<solid android:color="#66aaaaaa" />
</shape>
</item>
</layer-list>

0 comments on commit 2942d35

Please sign in to comment.