Skip to content

Commit

Permalink
Quick change that shouldn't have been committed
Browse files Browse the repository at this point in the history
  • Loading branch information
retanar committed Jan 3, 2021
1 parent 15e7018 commit 5d17a2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/layout/divergence_widget.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_height="wrap_content"
android:layout_height="140dp"
android:layout_width="wrap_content"
android:paddingLeft="@dimen/widget_margin"
android:paddingRight="@dimen/widget_margin"
tools:ignore="ContentDescription" android:background="@android:color/black">
android:background="@android:color/black"
tools:ignore="ContentDescription">

<ImageView
android:id="@+id/tube6"
Expand Down

0 comments on commit 5d17a2d

Please sign in to comment.