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

Commit

Permalink
xml
Browse files Browse the repository at this point in the history
xml
  • Loading branch information
Austin Hogan committed Sep 15, 2019
1 parent 2f6f166 commit e598244
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 1 addition & 2 deletions app/src/androidTest/res/layout/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
android:layout_height="fill_parent">
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
Expand Down
7 changes: 0 additions & 7 deletions app/src/main/res/layout/theme_options.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,4 @@

</RadioGroup>
</LinearLayout>

<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:orientation="horizontal"></LinearLayout>
</LinearLayout>

0 comments on commit e598244

Please sign in to comment.