mirror of
https://github.com/Nezumi-2711/Foodify.git
synced 2026-09-22 20:00:50 +00:00
Fix bug
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
android:layout_height="120dp"
|
||||
app:srcCompat="@drawable/ic_info_blue_24dp"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:layout_marginTop="10dp"/>
|
||||
android:layout_marginTop="5dp"/>
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:id="@+id/dialog_title_flat"
|
||||
@@ -45,9 +45,11 @@
|
||||
android:layout_marginBottom="20dp"
|
||||
android:layout_marginStart="10dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:maxLines="3"
|
||||
android:maxLines="4"
|
||||
android:ellipsize="end"
|
||||
android:text="An error occured on remote service, please try again later"/>
|
||||
android:text="An error occured on remote service, please try again later"
|
||||
android:textSize="13sp"
|
||||
/>
|
||||
|
||||
<androidx.appcompat.widget.AppCompatButton
|
||||
android:id="@+id/btn_action_flat"
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:fontFamily="@font/koho_bold"
|
||||
android:text="Success"
|
||||
android:textSize="18dp"
|
||||
android:textSize="16dp"
|
||||
android:textColor="@color/md_blue_grey_500"/>
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
@@ -52,7 +52,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:fontFamily="@font/koho"
|
||||
android:text="Anyone with access can view your invited visitors"
|
||||
android:maxLines="2"
|
||||
android:maxLines="3"
|
||||
android:ellipsize="end"/>
|
||||
</androidx.appcompat.widget.LinearLayoutCompat>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user