Skip to content

Commit

Permalink
Add style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ville Haapavaara committed Apr 26, 2017
1 parent baf111a commit 8be6722
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions app/src/main/res/layout/hike_list_item.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_height="match_parent">

<TextView xmlns:android="http://schemas.android.com/apk/res/android"
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/test"/>
android:textSize="18sp"
android:paddingLeft="16px"
android:paddingBottom="16px"
android:id="@+id/list_item"
android:textColor="@android:color/background_dark"/>

</LinearLayout>

0 comments on commit 8be6722

Please sign in to comment.