Commit 040cfa61 by Lee Jaebin

スマートフォンとタブレットのサイズ分け

parent a12cec9d
......@@ -13,4 +13,6 @@
<dimen name="text_size_noraml">18sp</dimen>
<dimen name="text_size_small">16sp</dimen>
<dimen name="text_size_large">22sp</dimen>
<dimen name="operation_scale_zoom_margin_dp">25dp</dimen>
</resources>
......@@ -13,4 +13,6 @@
<dimen name="text_size_large">18sp</dimen>
<dimen name="weather_text_size">12sp</dimen>
<dimen name="weather_text_large_size">13sp</dimen>
<dimen name="operation_scale_zoom_margin_dp">10dp</dimen>
</resources>
......@@ -12,7 +12,7 @@
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:layout_marginBottom="25dp"
android:layout_marginBottom="@dimen/operation_scale_zoom_margin_dp"
android:layout_marginEnd="2dp"
android:layout_marginLeft="2dp"
android:layout_marginRight="2dp"
......@@ -25,7 +25,7 @@
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:layout_marginBottom="25dp"
android:layout_marginBottom="@dimen/operation_scale_zoom_margin_dp"
android:layout_marginEnd="2dp"
android:layout_marginLeft="2dp"
android:layout_marginRight="2dp"
......@@ -49,7 +49,7 @@
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:background="@drawable/ic_scale_zoom_plus"
android:layout_marginTop="20dp"
android:layout_marginTop="@dimen/operation_scale_zoom_margin_dp"
android:visibility="visible" />
<ImageButton
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment