Skip to content

Commit

Permalink
Formatting and remove unused dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
apozas committed Sep 26, 2020
1 parent 0ed169f commit 5509eab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions android_app/app/src/main/res/layout/activity_addevent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
android:text="@string/unsure"
android:layout_marginStart="80dp" />
</RadioGroup>

<com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down
3 changes: 1 addition & 2 deletions android_app/app/src/main/res/layout/list_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
android:visibility="gone"
android:contextClickable="false"
android:padding="6dp"
android:clickable="false"
/>
android:clickable="false" />

<!-- List entries -->
<LinearLayout
Expand Down
2 changes: 0 additions & 2 deletions android_app/app/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<resources>
<dimen name="fab_margin">16dp</dimen>
<dimen name="standard_55">55dp</dimen>
<dimen name="standard_105">105dp</dimen>
</resources>

0 comments on commit 5509eab

Please sign in to comment.