mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-02-06 05:53:25 +01:00
button fix
This commit is contained in:
parent
64a14f865c
commit
d367b0eb2d
@ -68,11 +68,13 @@
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/item_login_remove"
|
||||
android:layout_width="@dimen/login_cross_size"
|
||||
android:layout_height="@dimen/login_cross_size"
|
||||
android:layout_width="@dimen/login_button_size"
|
||||
android:layout_height="@dimen/login_button_size"
|
||||
android:padding="@dimen/login_button_padding"
|
||||
android:layout_marginLeft="@dimen/login_layout_padding"
|
||||
android:layout_marginStart="@dimen/login_layout_padding"
|
||||
android:contentDescription="@string/descr_remove_user"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintStart_toEndOf="@id/item_login_button_barrier"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
|
@ -21,6 +21,7 @@
|
||||
android:layout_margin="@dimen/imageitem_button_margin"
|
||||
android:layout_gravity="top|end"
|
||||
android:contentDescription="@string/item_image_save"
|
||||
android:scaleType="fitCenter"
|
||||
style="@style/RoundButton" />
|
||||
|
||||
</androidx.cardview.widget.CardView>
|
@ -133,7 +133,9 @@
|
||||
android:layout_width="@dimen/useritem_button_size"
|
||||
android:layout_height="@dimen/useritem_button_size"
|
||||
android:visibility="invisible"
|
||||
android:padding="@dimen/useritem_button_padding"
|
||||
android:contentDescription="@string/descr_remove_user"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
@ -40,12 +40,14 @@
|
||||
android:id="@+id/dm_preview"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:padding="@dimen/dmpopup_button_padding"
|
||||
android:layout_marginLeft="@dimen/dmpopup_button_margin"
|
||||
android:layout_marginStart="@dimen/dmpopup_button_margin"
|
||||
android:layout_marginTop="@dimen/dmpopup_margin_background"
|
||||
android:layout_marginRight="@dimen/dmpopup_button_margin"
|
||||
android:layout_marginEnd="@dimen/dmpopup_button_margin"
|
||||
android:contentDescription="@string/tweet_add_image"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintStart_toEndOf="@id/dm_receiver"
|
||||
app:layout_constraintTop_toTopOf="@id/dm_background"
|
||||
app:layout_constraintBottom_toBottomOf="@id/dm_send"
|
||||
@ -59,10 +61,12 @@
|
||||
android:id="@+id/dm_media"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:padding="@dimen/dmpopup_button_padding"
|
||||
android:layout_marginTop="@dimen/dmpopup_margin_background"
|
||||
android:layout_marginRight="@dimen/dmpopup_button_margin"
|
||||
android:layout_marginEnd="@dimen/dmpopup_button_margin"
|
||||
android:contentDescription="@string/tweet_add_image"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintStart_toEndOf="@id/dm_preview"
|
||||
app:layout_constraintTop_toTopOf="@id/dm_background"
|
||||
app:layout_constraintBottom_toBottomOf="@id/dm_send"
|
||||
@ -75,10 +79,12 @@
|
||||
android:id="@+id/dm_send"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:padding="@dimen/dmpopup_button_padding"
|
||||
android:layout_marginTop="@dimen/dmpopup_margin_background"
|
||||
android:layout_marginRight="@dimen/dmpopup_margin_background"
|
||||
android:layout_marginEnd="@dimen/dmpopup_margin_background"
|
||||
android:contentDescription="@string/close_dm"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintStart_toEndOf="@id/dm_media"
|
||||
app:layout_constraintTop_toTopOf="@id/dm_background"
|
||||
app:layout_constraintEnd_toEndOf="@id/dm_background"
|
||||
|
@ -50,10 +50,12 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:visibility="invisible"
|
||||
android:padding="@dimen/tweetpopup_button_padding"
|
||||
android:layout_marginBottom="@dimen/tweetpopup_margin_layout"
|
||||
android:layout_marginRight="@dimen/tweetpopup_button_margin"
|
||||
android:layout_marginEnd="@dimen/tweetpopup_button_margin"
|
||||
android:contentDescription="@string/image_preview"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintStart_toStartOf="@id/tweet_popup_background"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tweet_popup_background"
|
||||
app:layout_constraintEnd_toStartOf="@id/tweet_add_media"
|
||||
@ -67,10 +69,12 @@
|
||||
android:id="@+id/tweet_add_media"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:padding="@dimen/tweetpopup_button_padding"
|
||||
android:layout_marginBottom="@dimen/tweetpopup_margin_layout"
|
||||
android:layout_marginRight="@dimen/tweetpopup_button_margin"
|
||||
android:layout_marginEnd="@dimen/tweetpopup_button_margin"
|
||||
android:contentDescription="@string/tweet_add_image"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintStart_toEndOf="@id/tweet_prev_media"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tweet_popup_background"
|
||||
app:layout_constraintEnd_toStartOf="@id/tweet_add_location"
|
||||
@ -94,10 +98,12 @@
|
||||
android:id="@+id/tweet_add_location"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:padding="@dimen/tweetpopup_button_padding"
|
||||
android:layout_marginBottom="@dimen/tweetpopup_margin_layout"
|
||||
android:layout_marginRight="@dimen/tweetpopup_button_margin"
|
||||
android:layout_marginEnd="@dimen/tweetpopup_button_margin"
|
||||
android:contentDescription="@string/send_tweet"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintStart_toEndOf="@id/tweet_add_media"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tweet_popup_background"
|
||||
app:layout_constraintEnd_toStartOf="@id/tweet_send"
|
||||
@ -110,10 +116,12 @@
|
||||
android:id="@+id/tweet_send"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:padding="@dimen/tweetpopup_button_padding"
|
||||
android:layout_marginBottom="@dimen/tweetpopup_margin_layout"
|
||||
android:layout_marginRight="@dimen/tweetpopup_button_margin"
|
||||
android:layout_marginEnd="@dimen/tweetpopup_button_margin"
|
||||
android:contentDescription="@string/send_tweet"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintStart_toEndOf="@id/tweet_add_location"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tweet_popup_background"
|
||||
app:layout_constraintEnd_toStartOf="@id/close"
|
||||
@ -126,10 +134,12 @@
|
||||
android:id="@+id/close"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:padding="@dimen/tweetpopup_button_padding"
|
||||
android:layout_marginBottom="@dimen/tweetpopup_margin_layout"
|
||||
android:layout_marginRight="@dimen/tweetpopup_margin_layout"
|
||||
android:layout_marginEnd="@dimen/tweetpopup_margin_layout"
|
||||
android:contentDescription="@string/tweet_close"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintStart_toEndOf="@id/tweet_send"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tweet_popup_background"
|
||||
app:layout_constraintEnd_toEndOf="@id/tweet_popup_background"
|
||||
|
@ -91,6 +91,7 @@
|
||||
<dimen name="useritem_textview_padding">5dp</dimen>
|
||||
<dimen name="useritem_drawable_margin">5dp</dimen>
|
||||
<dimen name="useritem_button_size">36dp</dimen>
|
||||
<dimen name="useritem_button_padding">7dp</dimen>
|
||||
<dimen name="useritem_textsize_small">12sp</dimen>
|
||||
<dimen name="useritem_icon_size">14sp</dimen>
|
||||
|
||||
@ -131,11 +132,13 @@
|
||||
<!--dimens of popup_tweet.xml-->
|
||||
<dimen name="tweetpopup_margin_layout">10dp</dimen>
|
||||
<dimen name="tweetpopup_button_margin">7dp</dimen>
|
||||
<dimen name="tweetpopup_button_padding">7dp</dimen>
|
||||
|
||||
<!--dimens of popup_dm.xml-->
|
||||
<dimen name="dmpopup_margin_background">10dp</dimen>
|
||||
<dimen name="dmpopup_text_margin">5dp</dimen>
|
||||
<dimen name="dmpopup_button_margin">5dp</dimen>
|
||||
<dimen name="dmpopup_button_padding">7dp</dimen>
|
||||
|
||||
<!--dimen of popup_userlist.xml-->
|
||||
<dimen name="popup_userlist_background_margin">10dp</dimen>
|
||||
@ -159,22 +162,16 @@
|
||||
|
||||
<!--dimens of item_image.xml-->
|
||||
<dimen name="imageitem_button_margin">5dp</dimen>
|
||||
<dimen name="imageitem_drawable_padding">5dp</dimen>
|
||||
<dimen name="imageitem_drawable_padding">7dp</dimen>
|
||||
<dimen name="imageitem_button_size">30dp</dimen>
|
||||
<dimen name="imageitem_layout_margin">2dp</dimen>
|
||||
|
||||
<!--dimens of item_image_load.xml-->
|
||||
|
||||
<!--dimens of page_userlist.xml-->
|
||||
|
||||
<!--dimens of page_search.xml-->
|
||||
<dimen name="searchpage_toolbar_height">@dimen/toolbar_height</dimen>
|
||||
|
||||
<!--dimens of page_main.xml-->
|
||||
<dimen name="mainpage_toolbar_height">@dimen/toolbar_height</dimen>
|
||||
|
||||
<!--dimens of page_listdetail.xml-->
|
||||
|
||||
<!--dimens of page_list.xml-->
|
||||
<dimen name="listpage_toolbar_height">@dimen/toolbar_height</dimen>
|
||||
|
||||
@ -227,7 +224,8 @@
|
||||
<dimen name="login_name_textsize_big">14sp</dimen>
|
||||
<dimen name="login_name_textsize">12sp</dimen>
|
||||
<dimen name="login_layout_padding">8dp</dimen>
|
||||
<dimen name="login_cross_size">36dp</dimen>
|
||||
<dimen name="login_button_size">36dp</dimen>
|
||||
<dimen name="login_button_padding">7dp</dimen>
|
||||
<dimen name="login_image_size">64dp</dimen>
|
||||
|
||||
</resources>
|
Loading…
x
Reference in New Issue
Block a user