Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MatteCarra/AccA
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteCarra committed Mar 7, 2019
2 parents 848d4e3 + 67299e4 commit 88b0652
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/main/res/layout/content_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/card_content_padding"
android:paddingBottom="@dimen/card_content_padding"
android:paddingLeft="@dimen/card_content_padding"
android:paddingStart="@dimen/card_content_padding"
android:paddingRight="9dp"
Expand All @@ -46,16 +44,18 @@
<TextView
android:layout_weight="1"
android:layout_width="0dp"
android:paddingTop="@dimen/card_content_padding"
android:paddingBottom="@dimen/card_content_padding"
android:layout_height="wrap_content"
android:textAppearance="@style/TextAppearance.MaterialComponents.Headline5"
android:text="@string/title_status" />

<ImageView
android:layout_width="wrap_content"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:padding="16dp"
android:foregroundGravity="center"
android:layout_gravity="center_vertical"
android:background="?selectableItemBackground"
app:srcCompat="@drawable/ic_outline_settings_24px"
android:onClick="batteryConfigOnClick" />
Expand Down

0 comments on commit 88b0652

Please sign in to comment.