mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-01-16 03:20:37 +01:00
layout fix
This commit is contained in:
parent
567a8db65e
commit
484d54f341
@ -1,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center_horizontal"
|
||||
@ -39,10 +38,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@android:color/transparent"
|
||||
android:hint="@string/pin"
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="numberPassword"
|
||||
android:singleLine="true"
|
||||
tools:targetApi="o" />
|
||||
android:singleLine="true" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/clipboard"
|
||||
|
@ -127,6 +127,7 @@
|
||||
android:id="@+id/image_attach"
|
||||
android:layout_width="@dimen/button_size"
|
||||
android:layout_height="@dimen/button_size"
|
||||
android:layout_margin="@dimen/tweet_icon_margin"
|
||||
android:contentDescription="@string/image_preview_button"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/preview" />
|
||||
@ -165,7 +166,7 @@
|
||||
android:layout_width="@dimen/tweet_page_icon"
|
||||
android:layout_height="@dimen/tweet_page_icon"
|
||||
android:layout_marginEnd="@dimen/icon_margin"
|
||||
android:layout_marginRight="@dimen/icon_margin"
|
||||
android:layout_marginRight="@dimen/tweet_icon_margin"
|
||||
android:contentDescription="@string/answer_button"
|
||||
app:srcCompat="@drawable/chat" />
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
|
||||
<!--TWEET PAGE-->
|
||||
<dimen name="tweet_profile">56dp</dimen>
|
||||
<dimen name="tweet_page_icon">16dp</dimen>
|
||||
<dimen name="tweet_page_icon">20dp</dimen>
|
||||
|
||||
<!--DM POPUP-->
|
||||
<dimen name="dm_icon_margin">5dp</dimen>
|
||||
|
Loading…
Reference in New Issue
Block a user