Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Quickfix settings layout mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
xiprox committed Aug 23, 2015
1 parent b398844 commit 4bda347
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WaniKani/res/layout/activity_settings.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/white"
android:orientation="vertical">

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">-->
android:layout_height="wrap_content">

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
Expand Down Expand Up @@ -1141,9 +1141,9 @@
</LinearLayout>
</ScrollView>

<!--<View
<View
android:layout_width="match_parent"
android:layout_height="3dp"
android:background="@drawable/actionbar_shadow" />
</RelativeLayout>
</LinearLayout>-->
</LinearLayout>

0 comments on commit 4bda347

Please sign in to comment.