mirror of
https://github.com/gitnex-org/gitnex.git
synced 2026-07-23 14:24:51 -05:00
Add download assets implement release layout in adapter update the layout Fixing gravity. Adding layouts for new release items. Co-authored-by: M M Arif <mmarif@swatian.com> Co-authored-by: opyale <opyale@noreply.gitea.io> Reviewed-by: 6543 <6543@noreply.codeberg.org>
15 lines
280 B
XML
15 lines
280 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<solid
|
|
android:color="@color/releaseStable">
|
|
</solid>
|
|
|
|
<corners
|
|
android:radius="3dp">
|
|
</corners>
|
|
|
|
</shape>
|