We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3f2cf commit 0d5af10Copy full SHA for 0d5af10
app/build.gradle
@@ -36,7 +36,7 @@ publish {
36
userOrg = 'buffer'
37
groupId = 'org.buffer.android'
38
artifactId = 'android-components'
39
- publishVersion = '0.9'
+ publishVersion = '0.10'
40
desc = 'An Android library for frequently used UI components'
41
website = 'https://github.com/bufferapp/android-components'
42
}
app/src/main/res/layout/dialog_whats_new.xml
@@ -22,7 +22,8 @@
22
android:layout_marginStart="32dp"
23
android:layout_marginEnd="32dp"
24
android:layout_marginBottom="16dp"
25
- android:scaleType="centerCrop" />
+ android:adjustViewBounds="true"
26
+ android:scaleType="centerInside" />
27
28
<TextView
29
android:id="@+id/titleText"
0 commit comments