Skip to content

Commit

Permalink
chore: removed unused resources (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityastic authored and mariobehling committed Jun 20, 2019
1 parent b34ba07 commit 8577ec8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/src/main/res/layout/fragment_main_textart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
<include layout="@layout/sections_tab" />

<LinearLayout
android:id="@+id/buttonsLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/spacing_large"
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="square_image_dimension">64dp</dimen>
<dimen name="square_image_dimension_half">32dp</dimen>
<dimen name="card_radius">8dp</dimen>
<dimen name="card_elevation">2dp</dimen>

Expand All @@ -13,11 +12,9 @@
<dimen name="spacing_large">16dp</dimen>

<dimen name="button_padding_left_right">42dp</dimen>
<dimen name="bottom_bar_margin">32dp</dimen>
<dimen name="drawable_image_margin">5dp</dimen>
<dimen name="title_min_height_medium">20dp</dimen>
<dimen name="title_min_height_large">40dp</dimen>
<dimen name="knob_margin">20dp</dimen>
<dimen name="knob_width">180dp</dimen>
<dimen name="card_spacing">10dp</dimen>
<dimen name="card_corner_radius">1dp</dimen>
Expand Down

0 comments on commit 8577ec8

Please # to comment.