Skip to content
This repository has been archived by the owner on Aug 26, 2019. It is now read-only.

Commit

Permalink
Use LinearLayout instead of android.support.v7.widget.ButtonBarLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
seven332 committed Jul 28, 2016
1 parent 47d28be commit 1760fb6
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout-land/activity_set_security.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
android:layout_height="0dp"
android:layout_weight="1"/>

<android.support.v7.widget.ButtonBarLayout
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/buttonPanel"
android:layout_width="match_parent"
Expand Down Expand Up @@ -69,7 +69,7 @@
android:layout_weight="1"
android:text="@string/set"/>

</android.support.v7.widget.ButtonBarLayout>
</LinearLayout>
</LinearLayout>

<FrameLayout
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_set_security.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</com.hippo.widget.MaxSizeContainer>
</FrameLayout>

<android.support.v7.widget.ButtonBarLayout
<LinearLayout
android:id="@+id/buttonPanel"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -79,5 +79,5 @@
android:layout_weight="1"
android:text="@string/set"/>

</android.support.v7.widget.ButtonBarLayout>
</LinearLayout>
</LinearLayout>
4 changes: 2 additions & 2 deletions app/src/main/res/layout/scene_analytics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

</com.hippo.widget.MaxSizeContainer>

<android.support.v7.widget.ButtonBarLayout
<LinearLayout
android:id="@+id/buttonPanel"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -88,5 +88,5 @@
android:textStyle="bold"
android:text="@string/accept"/>

</android.support.v7.widget.ButtonBarLayout>
</LinearLayout>
</LinearLayout>
4 changes: 2 additions & 2 deletions app/src/main/res/layout/scene_cookie_sign_in.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
</ScrollView>
</com.hippo.widget.MaxSizeContainer>

<android.support.v7.widget.ButtonBarLayout
<LinearLayout
android:id="@+id/buttonPanel"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand All @@ -130,5 +130,5 @@
android:textStyle="bold"
android:text="@android:string/ok"/>

</android.support.v7.widget.ButtonBarLayout>
</LinearLayout>
</LinearLayout>
4 changes: 2 additions & 2 deletions app/src/main/res/layout/scene_crash.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</ScrollView>
</com.hippo.widget.MaxSizeContainer>

<android.support.v7.widget.ButtonBarLayout
<LinearLayout
android:id="@+id/buttonPanel"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -88,5 +88,5 @@
android:textStyle="bold"
android:text="@string/send"/>

</android.support.v7.widget.ButtonBarLayout>
</LinearLayout>
</LinearLayout>
4 changes: 2 additions & 2 deletions app/src/main/res/layout/scene_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
android:layout_height="0dp"
android:layout_weight="1"/>

<android.support.v7.widget.ButtonBarLayout
<LinearLayout
android:id="@+id/buttonPanel"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -114,7 +114,7 @@
android:textStyle="bold"
android:text="@string/sign_in"/>

</android.support.v7.widget.ButtonBarLayout>
</LinearLayout>

<TextView
android:id="@+id/sign_in_via_webview"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/scene_select_site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</ScrollView>
</com.hippo.widget.MaxSizeContainer>

<android.support.v7.widget.ButtonBarLayout
<LinearLayout
android:id="@+id/buttonPanel"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand All @@ -119,5 +119,5 @@
android:textStyle="bold"
android:text="@android:string/ok"/>

</android.support.v7.widget.ButtonBarLayout>
</LinearLayout>
</LinearLayout>
4 changes: 2 additions & 2 deletions app/src/main/res/layout/scene_warning.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

</com.hippo.widget.MaxSizeContainer>

<android.support.v7.widget.ButtonBarLayout
<LinearLayout
android:id="@+id/buttonPanel"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -87,5 +87,5 @@
android:textStyle="bold"
android:text="@string/accept"/>

</android.support.v7.widget.ButtonBarLayout>
</LinearLayout>
</LinearLayout>
4 changes: 2 additions & 2 deletions app/src/main/res/layout/search_action.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
~ limitations under the License.
-->

<android.support.v7.widget.ButtonBarLayout
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand All @@ -35,4 +35,4 @@
android:layout_height="wrap_content"
android:layout_weight="1"/>

</android.support.v7.widget.ButtonBarLayout>
</LinearLayout>

0 comments on commit 1760fb6

Please sign in to comment.