Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Fixed UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ioana-farcas committed Dec 17, 2018
1 parent 707beb6 commit 1d8901e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions app/src/main/res/drawable/rounded_corner_bg.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This Source Code Form is subject to the terms of the Mozilla Public
~ License, v. 2.0. If a copy of the MPL was not distributed with this
~ file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->

<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="@color/dark_grey"/>
<corners android:radius="6dp"/>
</shape>
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_item_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
android:layout_height="48dp"
android:layout_alignParentBottom="true"
android:layout_margin="10dp"
android:background="@color/dark_grey"
android:background="@drawable/rounded_corner_bg"
android:gravity="center_vertical"
android:orientation="horizontal">

Expand Down

0 comments on commit 1d8901e

Please sign in to comment.