mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 09:38:52 -06:00
Flatten uhabits-android into a single gradle module
This commit is contained in:
11
uhabits-android/src/main/res/drawable/bg_input_box.xml
Normal file
11
uhabits-android/src/main/res/drawable/bg_input_box.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="?attr/highContrastReverseTextColor"/>
|
||||
<stroke android:width="1dp" android:color="?attr/lowContrastTextColor" />
|
||||
<corners android:radius="4dp"/>
|
||||
<padding
|
||||
android:left="8dp"
|
||||
android:top="8dp"
|
||||
android:right="8dp"
|
||||
android:bottom="8dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user