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

Commit 222a2df

Browse files
committed
Merge remote-tracking branch 'origin/master' into master
2 parents 08caa56 + 293473e commit 222a2df

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
[![](https://img.shields.io/github/v/release/Yanndroid/SamsungOneUi?color=%235555ff)](https://github.com/Yanndroid/SamsungOneUi/releases)
2+
[![](https://img.shields.io/static/v1?label=sample&message=apk&color=yellow)](https://github.com/Yanndroid/SamsungOneUi/raw/master/app/release/app-release.apk)
3+
![](https://img.shields.io/github/last-commit/Yanndroid/SamsungOneUi)
4+
[![](https://img.shields.io/github/issues-raw/Yanndroid/SamsungOneUi?color=%23ff4400)](https://github.com/Yanndroid/SamsungOneUi/issues)
5+
[![](https://img.shields.io/github/issues-pr-raw/Yanndroid/SamsungOneUi?color=%23bb00bb)](https://github.com/Yanndroid/SamsungOneUi/pulls)
6+
[![](https://img.shields.io/github/forks/Yanndroid/SamsungOneUi?color=%2300bbbb)](https://github.com/Yanndroid/SamsungOneUi/network/members)
7+
[![](https://img.shields.io/github/contributors/Yanndroid/SamsungOneUi)](https://github.com/Yanndroid/SamsungOneUi/graphs/contributors)
8+
[![](https://img.shields.io/static/v1?label=telegram&message=Yanndroid&color=blue)](https://t.me/Yanndroid)
9+
10+
111
# Samsung OneUi Design
212
A library for Android, which makes your app look like Samsung's OneUI. In this library there is a theme which will apply for each View (see [Progress](#Progress)) in your layout. This library has been tested in AndroidStudio, but should work in other IDEs too. You can try out the latest example [here](https://github.com/Yanndroid/SamsungOneUi/raw/master/app/release/app-release.apk).
313

@@ -113,7 +123,7 @@ todo
113123
### DrawerDivider
114124
A divider between to options on the drawer.
115125

116-
<img src="readme-resources/screenshots/drawerdivider.png" width="240"/>
126+
<img src="readme-resources/screenshots/drawerdivider.png" width="260"/>
117127

118128
```xml
119129
<de.dlyt.yanndroid.samsung.drawer.Divider
@@ -143,12 +153,12 @@ todo
143153
The theme won't apply for the ProgressBar, so you need to set it manually:
144154
```style="@style/ProgressBarStyle.Horizontal"```
145155
```style="@style/ProgressBarStyle.Horizontal.Large"```
146-
```style="@style/ProgressBarStyle.Circle"```
147156
```style="@style/ProgressBarStyle.Circle.Large"```
157+
```style="@style/ProgressBarStyle.Circle"```
148158
```style="@style/ProgressBarStyle.Circle.Small"```
149159
```style="@style/ProgressBarStyle.Circle.Title"```
150160

151-
<img src="readme-resources/screenshots/progressbar.png" width="240"/>
161+
<img src="readme-resources/screenshots/progressbar.png" width="260"/>
152162

153163
### Button
154164
todo
@@ -158,7 +168,7 @@ todo
158168
### Icons
159169
How would a OneUI design look like without OneUI icons? Not like OneUI... Thats's why I also included some of the stock icons you can find in stock Samsung apps, and more will come. You can use them with ```@drawable/ic_samsung_...```.
160170

161-
<img src="readme-resources/screenshots/icons.png" width="240"/>
171+
<img src="readme-resources/screenshots/icons.png" width="260"/>
162172

163173

164174
### Own custom color theme

0 commit comments

Comments
 (0)