Skip to content

Commit aa12525

Browse files
committed
Tweak styling of whats new dialog
1 parent 0d5af10 commit aa12525

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ publish {
3636
userOrg = 'buffer'
3737
groupId = 'org.buffer.android'
3838
artifactId = 'android-components'
39-
publishVersion = '0.10'
39+
publishVersion = '0.11'
4040
desc = 'An Android library for frequently used UI components'
4141
website = 'https://github.com/bufferapp/android-components'
4242
}

app/src/main/res/layout/dialog_whats_new.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,20 @@
1010
android:id="@+id/headerText"
1111
android:layout_width="wrap_content"
1212
android:layout_height="wrap_content"
13-
android:layout_margin="16dp"
1413
android:layout_marginStart="32dp"
14+
android:layout_marginTop="32dp"
1515
android:layout_marginEnd="32dp"
16-
android:textSize="@dimen/text_large_body" />
16+
android:layout_marginBottom="16dp"
17+
android:textSize="@dimen/text_large_body"
18+
android:textStyle="bold" />
1719

1820
<ImageView
1921
android:id="@+id/headerImage"
2022
android:layout_width="match_parent"
2123
android:layout_height="140dp"
2224
android:layout_marginStart="32dp"
2325
android:layout_marginEnd="32dp"
24-
android:layout_marginBottom="16dp"
26+
android:layout_marginBottom="12dp"
2527
android:adjustViewBounds="true"
2628
android:scaleType="centerInside" />
2729

@@ -51,7 +53,7 @@
5153
android:layout_height="wrap_content"
5254
android:layout_marginStart="32dp"
5355
android:layout_marginEnd="32dp"
54-
android:layout_marginBottom="12dp"
56+
android:layout_marginBottom="6dp"
5557
app:bufferButtonStyle="light" />
5658

5759
<org.buffer.android.components.RoundedButton

0 commit comments

Comments
 (0)