user-interface-samples
user-interface-samples copied to clipboard
Multiple samples showing the best practices in the user interface on Android.
This has been making me crazy for months. So finally I installed sync'd the Dark Theme repo inside my Android studio and compiled it down to an APK file. I...
Trying to implement the demo project, after updating dependencies, the code it's outdated as of API 21
**Issue by [bernaferrari](https://github.com/bernaferrari)** _Friday May 10, 2019 at 00:09 GMT_ _Originally opened as https://github.com/android/android-DarkTheme/pull/1_ ---- Really small usability improvement (wrap_content -> match_parent). ---- _**[bernaferrari](https://github.com/bernaferrari)** included the following code: https://github.com/android/android-DarkTheme/pull/1/commits_
I have an EmojiAppCompatTextView with the maxLines set to 2 and ellipsis set to end, but if there is an emoji after where the ellipsis is, it still puts the...
Why is the emoji of google displayed instead of emoji of apple? 
I don't think it's really needed. It's not like it has changed... See attached video: [2019-10-09_23-07-09.zip](https://github.com/android/user-interface-samples/files/3709230/2019-10-09_23-07-09.zip) Is it really needed? I've checked it and it works fine when it's initialized...
**Issue by [mwolfson](https://github.com/mwolfson)** _Friday Jul 12, 2019 at 01:13 GMT_ _Originally opened as https://github.com/android/android-DarkTheme/pull/10_ ---- Pretty sure the API needs to be bumped to 29, otherwise, I get the following...
**Issue by [YarikSOffice](https://github.com/YarikSOffice)** _Monday Jun 24, 2019 at 10:22 GMT_ _Originally opened as https://github.com/android/android-DarkTheme/pull/9_ ---- ---- _**[YarikSOffice](https://github.com/YarikSOffice)** included the following code: https://github.com/android/android-DarkTheme/pull/9/commits_
**Issue by [TomoyaShibata](https://github.com/TomoyaShibata)** _Thursday May 23, 2019 at 06:04 GMT_ _Originally opened as https://github.com/android/android-DarkTheme/pull/7_ ---- The string array defined in `values-v28/arrays.xml` seems to be for Android Q and later. https://developer.android.com/preview/features/darktheme#changing_themes_in-app...
**Issue by [YarikSOffice](https://github.com/YarikSOffice)** _Monday May 20, 2019 at 07:24 GMT_ _Originally opened as https://github.com/android/android-DarkTheme/pull/6_ ---- The repository doesn't contain gitignore files which makes a lot of noise during development. ----...