mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-20 22:29:10 +00:00
dark theme adjustments
This commit is contained in:
parent
dcd46f9326
commit
db1af954d3
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
<corners android:radius="5dp"/>
|
<corners android:radius="5dp"/>
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
<item android:bottom="3px">
|
<item android:bottom="5px">
|
||||||
<shape android:shape="rectangle">
|
<shape android:shape="rectangle">
|
||||||
<solid android:color="#303030" />
|
<solid android:color="#303030" />
|
||||||
<corners android:radius="5dp" />
|
<corners android:radius="5dp" />
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<corners android:radius="5dp"/>
|
<corners android:radius="5dp"/>
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
<item android:bottom="3px">
|
<item android:bottom="5px">
|
||||||
<shape android:shape="rectangle">
|
<shape android:shape="rectangle">
|
||||||
<solid android:color="#424242" />
|
<solid android:color="#424242" />
|
||||||
<corners android:radius="5dp" />
|
<corners android:radius="5dp" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue