mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-01-29 18:39:33 +01:00
layout fix
This commit is contained in:
parent
1d6f635b5d
commit
023c2baaf9
@ -33,6 +33,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginStart="@dimen/layout_margin"
|
||||
android:layout_marginLeft="@dimen/layout_margin"
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
|
@ -16,6 +16,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginEnd="@dimen/layout_margin"
|
||||
android:layout_marginRight="@dimen/layout_margin"
|
||||
android:layout_weight="1"
|
||||
android:gravity="center_vertical|end"
|
||||
android:textAlignment="gravity" />
|
||||
|
@ -28,7 +28,6 @@
|
||||
style="@style/ProfileImageCardView"
|
||||
android:layout_width="@dimen/profile_small"
|
||||
android:layout_height="@dimen/profile_small"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:contentDescription="@string/profile_image" />
|
||||
|
||||
</android.support.v7.widget.CardView>
|
||||
@ -37,6 +36,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/layout_margin"
|
||||
android:layout_marginLeft="@dimen/layout_margin"
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
@ -50,6 +50,7 @@
|
||||
android:layout_height="@dimen/icon_size"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginEnd="@dimen/icon_margin"
|
||||
android:layout_marginRight="@dimen/icon_margin"
|
||||
android:contentDescription="@string/verify"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/verify" />
|
||||
@ -104,11 +105,11 @@
|
||||
android:singleLine="true"
|
||||
android:textSize="12sp" />
|
||||
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="@dimen/icon_margin"
|
||||
android:layout_marginRight="@dimen/icon_margin"
|
||||
android:contentDescription="@string/retweet"
|
||||
app:srcCompat="@drawable/retweet" />
|
||||
|
||||
@ -124,6 +125,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="@dimen/icon_margin"
|
||||
android:layout_marginRight="@dimen/icon_margin"
|
||||
android:contentDescription="@string/favorite"
|
||||
app:srcCompat="@drawable/favorite_tweet" />
|
||||
|
||||
@ -139,5 +141,4 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</android.support.v7.widget.CardView>
|
||||
|
||||
</android.support.v7.widget.CardView>
|
@ -29,6 +29,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/layout_margin"
|
||||
android:layout_marginLeft="@dimen/layout_margin"
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
@ -42,6 +43,7 @@
|
||||
android:layout_width="@dimen/icon_size"
|
||||
android:layout_height="@dimen/icon_size"
|
||||
android:layout_marginEnd="@dimen/icon_margin"
|
||||
android:layout_marginRight="@dimen/icon_margin"
|
||||
android:contentDescription="@string/verify"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/verify" />
|
||||
@ -66,6 +68,7 @@
|
||||
android:layout_width="@dimen/icon_size"
|
||||
android:layout_height="@dimen/icon_size"
|
||||
android:layout_marginEnd="@dimen/icon_margin"
|
||||
android:layout_marginRight="@dimen/icon_margin"
|
||||
android:contentDescription="@string/profile_locked"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/lock" />
|
||||
|
@ -28,6 +28,7 @@
|
||||
android:layout_width="@dimen/button_size"
|
||||
android:layout_height="@dimen/button_size"
|
||||
android:layout_marginEnd="@dimen/layout_margin"
|
||||
android:layout_marginRight="@dimen/layout_margin"
|
||||
app:srcCompat="@drawable/key" />
|
||||
|
||||
<EditText
|
||||
@ -44,6 +45,7 @@
|
||||
android:layout_width="@dimen/button_size"
|
||||
android:layout_height="@dimen/button_size"
|
||||
android:layout_marginStart="@dimen/layout_margin"
|
||||
android:layout_marginLeft="@dimen/layout_margin"
|
||||
android:background="@android:color/transparent"
|
||||
app:srcCompat="@drawable/copy" />
|
||||
|
||||
|
@ -56,6 +56,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginStart="@dimen/layout_margin"
|
||||
android:layout_marginLeft="@dimen/layout_margin"
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
@ -69,6 +70,7 @@
|
||||
android:layout_width="@dimen/icon_size"
|
||||
android:layout_height="@dimen/icon_size"
|
||||
android:layout_marginEnd="@dimen/icon_margin"
|
||||
android:layout_marginRight="@dimen/icon_margin"
|
||||
android:contentDescription="@string/verify"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/verify" />
|
||||
@ -92,6 +94,7 @@
|
||||
android:layout_width="@dimen/icon_size"
|
||||
android:layout_height="@dimen/icon_size"
|
||||
android:layout_marginEnd="@dimen/icon_margin"
|
||||
android:layout_marginRight="@dimen/icon_margin"
|
||||
android:contentDescription="@string/profile_locked"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/lock" />
|
||||
@ -115,6 +118,7 @@
|
||||
android:layout_width="@dimen/icon_size"
|
||||
android:layout_height="@dimen/icon_size"
|
||||
android:layout_marginEnd="@dimen/icon_margin"
|
||||
android:layout_marginRight="@dimen/icon_margin"
|
||||
android:contentDescription="@string/followback"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/followback" />
|
||||
@ -125,6 +129,7 @@
|
||||
android:layout_width="@dimen/icon_size"
|
||||
android:layout_height="@dimen/icon_size"
|
||||
android:layout_marginEnd="@dimen/icon_margin"
|
||||
android:layout_marginRight="@dimen/icon_margin"
|
||||
android:visibility="invisible"
|
||||
app:srcCompat="@drawable/following" />
|
||||
|
||||
@ -139,6 +144,7 @@
|
||||
android:layout_width="@dimen/icon_size"
|
||||
android:layout_height="@dimen/icon_size"
|
||||
android:layout_marginEnd="@dimen/icon_margin"
|
||||
android:layout_marginRight="@dimen/icon_margin"
|
||||
android:visibility="invisible"
|
||||
app:srcCompat="@drawable/follower" />
|
||||
|
||||
@ -172,6 +178,7 @@
|
||||
android:layout_width="@dimen/icon_size"
|
||||
android:layout_height="@dimen/icon_size"
|
||||
android:layout_marginEnd="@dimen/icon_margin"
|
||||
android:layout_marginRight="@dimen/icon_margin"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/location" />
|
||||
|
||||
@ -194,6 +201,7 @@
|
||||
android:layout_width="@dimen/icon_size"
|
||||
android:layout_height="@dimen/icon_size"
|
||||
android:layout_marginEnd="@dimen/icon_margin"
|
||||
android:layout_marginRight="@dimen/icon_margin"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/link" />
|
||||
|
||||
@ -219,6 +227,7 @@
|
||||
android:layout_width="@dimen/icon_size"
|
||||
android:layout_height="@dimen/icon_size"
|
||||
android:layout_marginEnd="@dimen/icon_margin"
|
||||
android:layout_marginRight="@dimen/icon_margin"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/calendar" />
|
||||
|
||||
|
@ -114,6 +114,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="@dimen/settings_button"
|
||||
android:layout_marginStart="@dimen/side_padding"
|
||||
android:layout_marginLeft="@dimen/side_padding"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/image" />
|
||||
|
||||
@ -148,6 +149,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/side_padding"
|
||||
android:layout_marginLeft="@dimen/side_padding"
|
||||
android:layout_weight="1"
|
||||
android:background="@android:color/transparent"
|
||||
android:hint="@string/woeid"
|
||||
|
@ -61,6 +61,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/layout_margin"
|
||||
android:layout_marginLeft="@dimen/layout_margin"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
|
||||
@ -75,6 +76,7 @@
|
||||
android:layout_width="@dimen/icon_size"
|
||||
android:layout_height="@dimen/icon_size"
|
||||
android:layout_marginEnd="@dimen/icon_margin"
|
||||
android:layout_marginRight="@dimen/icon_margin"
|
||||
android:contentDescription="@string/verify"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/verify" />
|
||||
@ -160,6 +162,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"
|
||||
app:srcCompat="@drawable/chat" />
|
||||
|
||||
<TextView
|
||||
@ -177,6 +180,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"
|
||||
app:srcCompat="@drawable/retweet" />
|
||||
|
||||
<TextView
|
||||
@ -194,6 +198,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"
|
||||
app:srcCompat="@drawable/favorite" />
|
||||
|
||||
<TextView
|
||||
|
@ -30,6 +30,7 @@
|
||||
android:layout_width="@dimen/dm_button_size"
|
||||
android:layout_height="@dimen/dm_button_size"
|
||||
android:layout_marginStart="@dimen/dm_icon_margin"
|
||||
android:layout_marginLeft="@dimen/dm_icon_margin"
|
||||
app:srcCompat="@drawable/image" />
|
||||
|
||||
<ImageView
|
||||
@ -37,6 +38,7 @@
|
||||
android:layout_width="@dimen/dm_button_size"
|
||||
android:layout_height="@dimen/dm_button_size"
|
||||
android:layout_marginStart="@dimen/button_margin"
|
||||
android:layout_marginLeft="@dimen/button_margin"
|
||||
app:srcCompat="@drawable/right" />
|
||||
|
||||
</LinearLayout>
|
||||
|
@ -39,6 +39,7 @@
|
||||
android:layout_width="@dimen/tweet_button_size"
|
||||
android:layout_height="@dimen/tweet_button_size"
|
||||
android:layout_marginStart="@dimen/tweet_icon_margin"
|
||||
android:layout_marginLeft="@dimen/tweet_icon_margin"
|
||||
android:visibility="invisible"
|
||||
app:srcCompat="@drawable/preview" />
|
||||
|
||||
@ -47,6 +48,7 @@
|
||||
android:layout_width="@dimen/tweet_button_size"
|
||||
android:layout_height="@dimen/tweet_button_size"
|
||||
android:layout_marginStart="@dimen/tweet_icon_margin"
|
||||
android:layout_marginLeft="@dimen/tweet_icon_margin"
|
||||
app:srcCompat="@drawable/image" />
|
||||
|
||||
<ImageView
|
||||
@ -54,6 +56,7 @@
|
||||
android:layout_width="@dimen/tweet_button_size"
|
||||
android:layout_height="@dimen/tweet_button_size"
|
||||
android:layout_marginStart="@dimen/tweet_icon_margin"
|
||||
android:layout_marginLeft="@dimen/tweet_icon_margin"
|
||||
app:srcCompat="@drawable/tweet" />
|
||||
|
||||
<ImageView
|
||||
@ -61,6 +64,7 @@
|
||||
android:layout_width="@dimen/tweet_button_size"
|
||||
android:layout_height="@dimen/tweet_button_size"
|
||||
android:layout_marginStart="@dimen/tweet_icon_margin"
|
||||
android:layout_marginLeft="@dimen/tweet_icon_margin"
|
||||
app:srcCompat="@drawable/cross" />
|
||||
|
||||
</LinearLayout>
|
||||
|
Loading…
x
Reference in New Issue
Block a user