mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-02-06 22:13:21 +01:00
layout fix
This commit is contained in:
parent
277c43c20d
commit
79524d94c6
@ -106,14 +106,6 @@
|
|||||||
android:scrollbars="vertical"
|
android:scrollbars="vertical"
|
||||||
android:textSize="@dimen/textsize_tweet" />
|
android:textSize="@dimen/textsize_tweet" />
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/used_api"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:linksClickable="false"
|
|
||||||
android:singleLine="true"
|
|
||||||
android:textSize="@dimen/textsize_refer" />
|
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/image_attach"
|
android:id="@+id/image_attach"
|
||||||
android:layout_width="@dimen/button_media_width"
|
android:layout_width="@dimen/button_media_width"
|
||||||
@ -134,6 +126,14 @@
|
|||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:srcCompat="@drawable/video" />
|
app:srcCompat="@drawable/video" />
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:id="@+id/used_api"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:linksClickable="false"
|
||||||
|
android:singleLine="true"
|
||||||
|
android:textSize="@dimen/textsize_refer" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
<dimen name="textsize_refer">12sp</dimen>
|
<dimen name="textsize_refer">12sp</dimen>
|
||||||
<dimen name="textsize_checkbox">10sp</dimen>
|
<dimen name="textsize_checkbox">10sp</dimen>
|
||||||
<dimen name="textsize_tab">10sp</dimen>
|
<dimen name="textsize_tab">10sp</dimen>
|
||||||
<integer name="text_tweet_lines">10</integer>
|
<integer name="text_tweet_lines">8</integer>
|
||||||
<integer name="text_bio_lines">5</integer>
|
<integer name="text_bio_lines">5</integer>
|
||||||
|
|
||||||
<dimen name="button_dm">40dp</dimen>
|
<dimen name="button_dm">40dp</dimen>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user