Material design
Material design is a design language developed by Google. It makes use of grid-based layouts, responsive animation, and transitioning.
Here are 1,217 public repositories matching this topic...
I've a reycleview with cardviews and if i click on them it opens an other activity. But the first item always appeared like this:

And then the second item is showed correct:
过大而无法加载。
- 在每张图第一次 SharedElementTransition 时大概率闪过白屏,但之后不会,推测与 cache 相关,未知是否与新的 ViewTarget getSize() 实现有关。如果回退 1 为 AT_LEAST,bug 变为 transition 时部分稍大图片出现由小变大动画。
- Glide Release v4.2.0
- [Glide Compare v4.1.1...v4.2.0](https://github.com/bum
-
Updated
May 14, 2020 - Java
Like reddit does, is there a possibility to show tooltip on long press of navigation tab item? Our use case is not to show labels every time because it looks redundant for old users.
So, from android documentation i could see that it can be set through xml as android:tooltipText="ToolTip" and from code it can be set as view.setTooltipText("ToolTip");. I don't understand how to `setTooltipTe
-
Updated
Aug 25, 2018 - Java
My code:
` <com.arlib.floatingsearchview.FloatingSearchView
android:id="@+id/search_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:floatingSearch_leftActionMode
-
Updated
Dec 27, 2018 - Java
-
Updated
May 15, 2020 - Java
When we're creating a custom slide, we need to know the padding that we should add at the bottom, and I couldn't find this value anywhere in the docs, so I had to dig into the code until I found this: android:paddingBottom="164dp".
My suggestion is to create a value on the dimens folder for that particular padding, like customSlideBottomPadding, since it's a must have on custom slides.
Clickable web links
-
Updated
Dec 30, 2019 - Java
On low resolution devices the DetailedView opens at the very top instead of in place. (Disregard the data as I implemented a custom filtered recycler view).
Testing on an emulator with a resolution of 768x1280. Also tested on other ldpi devices
-
Updated
Apr 23, 2020 - Java
We should preserve the state of the toolbar (shown/hidden) in the now playing screen even when the app is cold started. To avoid confusion there should be a toast explaining how to show the toolbar again when it is hidden for the first time.
-
Updated
Mar 31, 2017 - Java
Yahoo Japan OTP
Yahoo Japan supports one time passwords using their own app. Their info page about it: https://id.yahoo.co.jp/security/otp.html
andOTP did not recognize their QR code. It's encoded as:
yjotp://totp/username?secret=################################
Also tried copy-paste but that resulted in wrong values; I might have done something wrong.
andOTP produces the correct values when enter
-
Updated
Feb 12, 2020 - Java
-
Updated
Apr 22, 2020 - Java
-
Updated
May 16, 2019 - Java
Description
The empty list LinearLayout is not in center of the screen
Expected Behaviour
The empty list LinearLayout should be at the center of the screen to improve the UX
Screenshots






Is your feature request related to a problem? Please describe.
Right now it's not possible to set a fixed color for the collapsed hint, and a fixed color for the expanded hint. Based on the current API and styles available, we can only set the hint text color for when there's focus, and for when there isn't.
The [current documentation](https://material.io/develop/android/components/text-