diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2f6073a..9b05983 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -61,6 +61,7 @@ tasks { dependencies { val lifecycleVersion = "2.3.0-alpha07" + val emojiCompatVersion = "1.2.0-alpha01" val roomVersion = "2.3.0-alpha02" val okHttpVersion = "4.8.1" val retrofitVersion = "2.9.0" @@ -84,7 +85,8 @@ dependencies { implementation("androidx.lifecycle:lifecycle-runtime-ktx:$lifecycleVersion") implementation("androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion") implementation("androidx.preference:preference:1.1.1") - implementation("androidx.emoji:emoji-bundled:1.2.0-alpha01") + implementation("androidx.emoji:emoji-bundled:$emojiCompatVersion") + implementation("androidx.emoji:emoji-appcompat:$emojiCompatVersion") implementation("androidx.paging:paging-runtime-ktx:3.0.0-alpha06") implementation("androidx.viewpager2:viewpager2:1.0.0") diff --git a/app/src/main/res/font/nunito_bold.ttf b/app/src/main/res/font/nunito_bold.ttf index 4ce517a..d203733 100644 Binary files a/app/src/main/res/font/nunito_bold.ttf and b/app/src/main/res/font/nunito_bold.ttf differ diff --git a/app/src/main/res/font/nunito_regular.ttf b/app/src/main/res/font/nunito_regular.ttf index aafdc88..93a3f3e 100644 Binary files a/app/src/main/res/font/nunito_regular.ttf and b/app/src/main/res/font/nunito_regular.ttf differ diff --git a/app/src/main/res/layout/item_account_selection.xml b/app/src/main/res/layout/item_account_selection.xml index c6ce6d3..9c52146 100644 --- a/app/src/main/res/layout/item_account_selection.xml +++ b/app/src/main/res/layout/item_account_selection.xml @@ -1,54 +1,51 @@ - + + android:id="@+id/accountAvatar" + android:layout_width="50dp" + android:layout_height="50dp" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" + tools:background="#f00" /> - - + - + android:id="@+id/accountName" + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_marginStart="16dp" + android:ellipsize="end" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toEndOf="@id/accountAvatar" + app:layout_constraintTop_toBottomOf="@id/accountDisplayName" + tools:text="\@connyduck@pixelfed.social" /> diff --git a/app/src/main/res/layout/item_notification.xml b/app/src/main/res/layout/item_notification.xml index 781ea4d..9b90b84 100644 --- a/app/src/main/res/layout/item_notification.xml +++ b/app/src/main/res/layout/item_notification.xml @@ -18,7 +18,7 @@ app:layout_constraintTop_toTopOf="parent" tools:background="#f00" /> - - - - - - - -