layout fix

This commit is contained in:
NudeDude 2019-01-20 20:50:23 +01:00
parent 567a8db65e
commit 484d54f341
3 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_gravity="center_horizontal" android:layout_gravity="center_horizontal"
@ -39,10 +38,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@android:color/transparent" android:background="@android:color/transparent"
android:hint="@string/pin" android:hint="@string/pin"
android:importantForAutofill="no"
android:inputType="numberPassword" android:inputType="numberPassword"
android:singleLine="true" android:singleLine="true" />
tools:targetApi="o" />
<ImageButton <ImageButton
android:id="@+id/clipboard" android:id="@+id/clipboard"

View File

@ -127,6 +127,7 @@
android:id="@+id/image_attach" android:id="@+id/image_attach"
android:layout_width="@dimen/button_size" android:layout_width="@dimen/button_size"
android:layout_height="@dimen/button_size" android:layout_height="@dimen/button_size"
android:layout_margin="@dimen/tweet_icon_margin"
android:contentDescription="@string/image_preview_button" android:contentDescription="@string/image_preview_button"
android:visibility="gone" android:visibility="gone"
app:srcCompat="@drawable/preview" /> app:srcCompat="@drawable/preview" />
@ -165,7 +166,7 @@
android:layout_width="@dimen/tweet_page_icon" android:layout_width="@dimen/tweet_page_icon"
android:layout_height="@dimen/tweet_page_icon" android:layout_height="@dimen/tweet_page_icon"
android:layout_marginEnd="@dimen/icon_margin" android:layout_marginEnd="@dimen/icon_margin"
android:layout_marginRight="@dimen/icon_margin" android:layout_marginRight="@dimen/tweet_icon_margin"
android:contentDescription="@string/answer_button" android:contentDescription="@string/answer_button"
app:srcCompat="@drawable/chat" /> app:srcCompat="@drawable/chat" />

View File

@ -34,7 +34,7 @@
<!--TWEET PAGE--> <!--TWEET PAGE-->
<dimen name="tweet_profile">56dp</dimen> <dimen name="tweet_profile">56dp</dimen>
<dimen name="tweet_page_icon">16dp</dimen> <dimen name="tweet_page_icon">20dp</dimen>
<!--DM POPUP--> <!--DM POPUP-->
<dimen name="dm_icon_margin">5dp</dimen> <dimen name="dm_icon_margin">5dp</dimen>