Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 31cf1a4

Browse files
committed
attr fix, samsung_squircle.xml added
1 parent 90fa854 commit 31cf1a4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:width="24.0dip"
4+
android:height="24.0dip"
5+
android:viewportWidth="100.0"
6+
android:viewportHeight="100.0">
7+
<path
8+
android:fillColor="?actionMenuTextColor"
9+
android:pathData="M 99 50 C 99 6.935 77.063 1 50 1 C 22.935 1 1 6.935 1 50 C 1 93.063 22.935 99 50 99 C 77.063 99 99 93.063 99 50 Z" />
10+
</vector>

yanndroid/oneui/src/main/res/values/attrs.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,12 @@
5151
<!--custom views-->
5252
<attr name="text" format="string" />
5353
<attr name="selected" format="boolean" />
54+
<attr name="image" format="reference|color" />
5455

5556
<declare-styleable name="SplashView">
5657
<attr name="animated" format="boolean" />
5758
<attr name="text" />
58-
<attr name="image" format="reference|color" />
59+
<attr name="image" />
5960
<attr name="foreground_image" format="reference|color" />
6061
<attr name="background_image" format="reference|color" />
6162
<attr name="animation" format="reference" />

0 commit comments

Comments
 (0)