mirror of
https://github.com/Corewala/Buran
synced 2025-01-03 05:34:28 +00:00
Changed radius of code block
This commit is contained in:
parent
b0f674f369
commit
f5f3a47e36
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
||||||
<shape
|
<shape
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<stroke android:width="1.0dip" android:color="#ffcccccc" />
|
<stroke android:width="1.0dip" android:color="#ffcccccc" />
|
||||||
<corners android:radius="12.0dip" />
|
<corners android:radius="@dimen/default_margin_big" />
|
||||||
</shape>
|
</shape>
|
Loading…
Reference in a new issue