diff options
| author | Arne Schwabe <arne@rfc2549.org> | 2014-11-04 21:07:29 +0100 | 
|---|---|---|
| committer | Arne Schwabe <arne@rfc2549.org> | 2014-11-04 21:07:29 +0100 | 
| commit | d74d7437ca6da9923ddcd83f479dca6445e8e063 (patch) | |
| tree | d2ee0384c1cbcff9a556fc01a44f44b5cd7f6880 | |
| parent | fea85e469df46838c8d65f6f4734790e9932d536 (diff) | |
Fix typo in last commit
| -rw-r--r-- | main/src/main/res/layout/faq.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/main/src/main/res/layout/faq.xml b/main/src/main/res/layout/faq.xml index a48dc495..184f4608 100644 --- a/main/src/main/res/layout/faq.xml +++ b/main/src/main/res/layout/faq.xml @@ -6,7 +6,7 @@  <android.support.v7.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"      android:id="@+id/gridview" -    android:paddingleft="@dimen/stdpadding" +    android:paddingLeft="@dimen/stdpadding"      android:paddingRight="@dimen/stdpadding"      android:layout_width="match_parent"      android:layout_height="match_parent" | 
