|
| 1 | +[](https://github.com/Yanndroid/SamsungOneUi/releases) |
| 2 | +[](https://github.com/Yanndroid/SamsungOneUi/raw/master/app/release/app-release.apk) |
| 3 | + |
| 4 | +[](https://github.com/Yanndroid/SamsungOneUi/issues) |
| 5 | +[](https://github.com/Yanndroid/SamsungOneUi/pulls) |
| 6 | +[](https://github.com/Yanndroid/SamsungOneUi/network/members) |
| 7 | +[](https://github.com/Yanndroid/SamsungOneUi/graphs/contributors) |
| 8 | +[](https://t.me/Yanndroid) |
| 9 | + |
| 10 | + |
1 | 11 | # Samsung OneUi Design |
2 | 12 | 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). |
3 | 13 |
|
|
113 | 123 | ### DrawerDivider |
114 | 124 | A divider between to options on the drawer. |
115 | 125 |
|
116 | | -<img src="readme-resources/screenshots/drawerdivider.png" width="240"/> |
| 126 | +<img src="readme-resources/screenshots/drawerdivider.png" width="260"/> |
117 | 127 |
|
118 | 128 | ```xml |
119 | 129 | <de.dlyt.yanndroid.samsung.drawer.Divider |
@@ -143,12 +153,12 @@ todo |
143 | 153 | The theme won't apply for the ProgressBar, so you need to set it manually: |
144 | 154 | ```style="@style/ProgressBarStyle.Horizontal"``` |
145 | 155 | ```style="@style/ProgressBarStyle.Horizontal.Large"``` |
146 | | -```style="@style/ProgressBarStyle.Circle"``` |
147 | 156 | ```style="@style/ProgressBarStyle.Circle.Large"``` |
| 157 | +```style="@style/ProgressBarStyle.Circle"``` |
148 | 158 | ```style="@style/ProgressBarStyle.Circle.Small"``` |
149 | 159 | ```style="@style/ProgressBarStyle.Circle.Title"``` |
150 | 160 |
|
151 | | -<img src="readme-resources/screenshots/progressbar.png" width="240"/> |
| 161 | +<img src="readme-resources/screenshots/progressbar.png" width="260"/> |
152 | 162 |
|
153 | 163 | ### Button |
154 | 164 | todo |
|
158 | 168 | ### Icons |
159 | 169 | 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_...```. |
160 | 170 |
|
161 | | -<img src="readme-resources/screenshots/icons.png" width="240"/> |
| 171 | +<img src="readme-resources/screenshots/icons.png" width="260"/> |
162 | 172 |
|
163 | 173 |
|
164 | 174 | ### Own custom color theme |
|
0 commit comments