remove the custom dimension definitions

This commit is contained in:
tibbi 2017-03-11 10:36:33 +01:00
parent 0a86cfe564
commit a27d218ba4
5 changed files with 6 additions and 23 deletions

View File

@ -14,7 +14,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/source"
android:textSize="@dimen/details_text_size"/>
android:textSize="@dimen/smaller_text_size"/>
<TextView
android:id="@+id/source"
@ -31,7 +31,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/destination"
android:textSize="@dimen/details_text_size"/>
android:textSize="@dimen/smaller_text_size"/>
<TextView
android:id="@+id/destination"

View File

@ -15,8 +15,8 @@
<ImageView
android:id="@+id/item_icon"
android:layout_width="@dimen/icon_size"
android:layout_height="@dimen/icon_size"
android:layout_width="@dimen/filepicker_list_icon_size"
android:layout_height="@dimen/filepicker_list_icon_size"
android:paddingBottom="@dimen/medium_margin"
android:paddingTop="@dimen/medium_margin"
android:src="@mipmap/directory"/>
@ -41,7 +41,7 @@
android:layout_toRightOf="@+id/item_icon"
android:paddingLeft="@dimen/small_margin"
android:text="1 KB"
android:textSize="@dimen/details_text_size"/>
android:textSize="@dimen/smaller_text_size"/>
</RelativeLayout>
</FrameLayout>

View File

@ -10,7 +10,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/activity_margin"
android:textSize="@dimen/details_text_size"/>
android:textSize="@dimen/smaller_text_size"/>
<TextView
android:id="@+id/property_value"

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="social_padding">12dp</dimen>
<dimen name="social_logo">50dp</dimen>
<dimen name="settings_padding">12dp</dimen>
<dimen name="normal_text_size">18sp</dimen>
</resources>

View File

@ -1,12 +1,3 @@
<resources>
<dimen name="activity_margin">16dp</dimen>
<dimen name="small_margin">6dp</dimen>
<dimen name="medium_margin">10dp</dimen>
<dimen name="icon_size">48dp</dimen>
<dimen name="social_padding">8dp</dimen>
<dimen name="social_logo">40dp</dimen>
<dimen name="settings_padding">8dp</dimen>
<dimen name="details_text_size">12sp</dimen>
<dimen name="normal_text_size">14sp</dimen>
</resources>