user-interface-samples icon indicating copy to clipboard operation
user-interface-samples copied to clipboard

Multiple samples showing the best practices in the user interface on Android.

Results 127 user-interface-samples issues
Sort by recently updated
recently updated
newest added

This was archived into here, but I don't see it: https://github.com/googlearchive/android-MessagingService/issues/3#event-2685732054 https://github.com/googlearchive/android-MessagingService

This is what I get: ![image](https://user-images.githubusercontent.com/5357526/66253309-069f4c80-e76f-11e9-8100-ce861f503874.png)

This: ![image](https://user-images.githubusercontent.com/5357526/66253325-49f9bb00-e76f-11e9-819e-24427e975f2d.png)

It's actually 2 issues: 1. Clicking around the corners doesn't work 2. Clicking doesn't show the clicking effect starting from where it was done. See attached video: [device-2019-10-05-191459.zip](https://github.com/android/user-interface-samples/files/3693457/device-2019-10-05-191459.zip) Tested on...

This is a very important thing for links. Links that are clickable should show it when being clicked, just like on a web browser. See attached video: [device-2019-10-05-193236.zip](https://github.com/android/user-interface-samples/files/3693474/device-2019-10-05-193236.zip) Pixel 2...

See attached video: [device-2019-10-05-195520.zip](https://github.com/android/user-interface-samples/files/3693505/device-2019-10-05-195520.zip)

this is the actual function i created to change app language actual fun changeAppLanguage(language: String) { AppCompatDelegate.setApplicationLocales( LocaleListCompat.forLanguageTags(language) ) } For android 14 it is working fine in compose multiplatform...

[Caveat.zip](https://github.com/user-attachments/files/15532332/Caveat.zip) [font]