mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-01-25 13:58:36 +01:00
layout fix
This commit is contained in:
parent
a8f460f107
commit
d1fc26ec0b
@ -60,7 +60,6 @@
|
||||
style="@style/Widget.AppCompat.Button.Borderless"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
android:layout_margin="@dimen/settings_button_color_edge_thickness"
|
||||
android:singleLine="true"
|
||||
android:text="@string/background" />
|
||||
@ -168,6 +167,8 @@
|
||||
android:id="@+id/toggleImg"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="@dimen/settings_checkbox_height"
|
||||
android:layout_marginLeft="@dimen/settings_checkbox_margin"
|
||||
android:layout_marginRight="@dimen/settings_checkbox_margin"
|
||||
android:layout_weight="1"
|
||||
android:singleLine="true"
|
||||
android:text="@string/settings_image"
|
||||
@ -177,6 +178,8 @@
|
||||
android:id="@+id/toggleAns"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="@dimen/settings_checkbox_height"
|
||||
android:layout_marginLeft="@dimen/settings_checkbox_margin"
|
||||
android:layout_marginRight="@dimen/settings_checkbox_margin"
|
||||
android:layout_weight="1"
|
||||
android:singleLine="true"
|
||||
android:text="@string/load_answer"
|
||||
@ -186,7 +189,9 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="horizontal">
|
||||
android:orientation="horizontal"
|
||||
android:paddingLeft="@dimen/settings_layout_padding"
|
||||
android:paddingRight="@dimen/settings_layout_padding">
|
||||
|
||||
<Button
|
||||
android:id="@+id/load_dialog"
|
||||
@ -204,7 +209,7 @@
|
||||
<View
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="2" />
|
||||
android:layout_weight="1" />
|
||||
</LinearLayout>
|
||||
|
||||
<View
|
||||
@ -306,8 +311,8 @@
|
||||
android:id="@+id/settings_enable_proxy"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/settings_layout_padding"
|
||||
android:paddingRight="@dimen/settings_layout_padding"
|
||||
android:layout_marginLeft="@dimen/settings_checkbox_margin"
|
||||
android:layout_marginRight="@dimen/settings_checkbox_margin"
|
||||
android:singleLine="true"
|
||||
android:text="@string/settings_enable_proxy" />
|
||||
|
||||
@ -353,6 +358,8 @@
|
||||
android:id="@+id/settings_enable_auth"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/settings_checkbox_margin"
|
||||
android:layout_marginRight="@dimen/settings_checkbox_margin"
|
||||
android:paddingLeft="@dimen/settings_layout_padding"
|
||||
android:paddingRight="@dimen/settings_layout_padding"
|
||||
android:singleLine="true"
|
||||
@ -396,7 +403,6 @@
|
||||
</LinearLayout>
|
||||
|
||||
<View
|
||||
android:id="@+id/view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/settings_divider"
|
||||
android:background="?android:attr/listDivider"
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
<!--dimens of page_settings.xml-->
|
||||
<dimen name="settings_toolbar_height">@dimen/toolbar_height</dimen>
|
||||
<dimen name="settings_checkbox_margin">@dimen/settings_layout_padding</dimen>
|
||||
<dimen name="settings_divider">2dp</dimen>
|
||||
<dimen name="settings_info_appname_font">18sp</dimen>
|
||||
<dimen name="settings_layout_padding">10dp</dimen>
|
||||
@ -130,7 +131,6 @@
|
||||
<dimen name="tweetpopup_margin_layout">5dp</dimen>
|
||||
<dimen name="tweetpopup_text_width">300dp</dimen>
|
||||
<dimen name="tweetpopup_text_height">200dp</dimen>
|
||||
<dimen name="tweetpopup_textsize_count">18sp</dimen>
|
||||
<dimen name="tweetpopup_button_size">40dp</dimen>
|
||||
<dimen name="tweetpopup_button_margin">12dp</dimen>
|
||||
<dimen name="tweetpopup_location_progress_size">30dp</dimen>
|
||||
|
Loading…
x
Reference in New Issue
Block a user