Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c10a8cf authored by Skuhne's avatar Skuhne
Browse files

Removing some tiling options for tablet usage

Bug: 19985265
Change-Id: I4e1dfb16222312b55115e23176223a839f156361
parent 27e3514e
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -40,20 +40,6 @@
            android:layout_weight="1"
            android:layout_margin="10dp"
            android:background="@drawable/vector_drawable_place_right" />
        <Button
            android:id="@+id/place_top"
            android:layout_width="36dp"
            android:layout_height="36dp"
            android:layout_weight="1"
            android:layout_margin="10dp"
            android:background="@drawable/vector_drawable_place_top" />
        <Button
            android:id="@+id/place_bottom"
            android:layout_width="36dp"
            android:layout_height="36dp"
            android:layout_weight="1"
            android:layout_margin="10dp"
            android:background="@drawable/vector_drawable_place_bottom" />
        <Button
            android:id="@+id/place_top_left"
            android:layout_width="36dp"
+79 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2015 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:padding="16dp"
    android:orientation="vertical"
    android:descendantFocusability="beforeDescendants"
    android:focusableInTouchMode="true">
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="horizontal">
        <Button
            android:id="@+id/place_top"
            android:layout_width="36dp"
            android:layout_height="36dp"
            android:layout_weight="1"
            android:layout_margin="10dp"
            android:background="@drawable/vector_drawable_place_top" />
        <Button
            android:id="@+id/place_bottom"
            android:layout_width="36dp"
            android:layout_height="36dp"
            android:layout_weight="1"
            android:layout_margin="10dp"
            android:background="@drawable/vector_drawable_place_bottom" />
        <Button
            android:id="@+id/place_top_left"
            android:layout_width="36dp"
            android:layout_height="36dp"
            android:layout_weight="1"
            android:layout_margin="10dp"
            android:background="@drawable/vector_drawable_place_top_left" />
        <Button
            android:id="@+id/place_top_right"
            android:layout_width="36dp"
            android:layout_height="36dp"
            android:layout_weight="1"
            android:layout_margin="10dp"
            android:background="@drawable/vector_drawable_place_top_right" />
        <Button
            android:id="@+id/place_bottom_left"
            android:layout_width="36dp"
            android:layout_height="36dp"
            android:layout_weight="1"
            android:layout_margin="10dp"
            android:background="@drawable/vector_drawable_place_bottom_left" />
        <Button
            android:id="@+id/place_bottom_right"
            android:layout_width="36dp"
            android:layout_height="36dp"
            android:layout_weight="1"
            android:layout_margin="10dp"
            android:background="@drawable/vector_drawable_place_bottom_right" />
        <Button
            android:id="@+id/place_full"
            android:layout_width="36dp"
            android:layout_height="36dp"
            android:layout_weight="1"
            android:layout_margin="10dp"
            android:background="@drawable/vector_drawable_place_fullscreen" />
    </LinearLayout>
</LinearLayout>
 No newline at end of file