geekdroid/src/main/res/layout/view_account_menu_line.xml
changeset 1 831cffa9c991
child 20 5d8a0555733d
equal deleted inserted replaced
0:fef46dce2812 1:831cffa9c991
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!--
       
     3 
       
     4     Geekdroid is a utility library for development on the Android
       
     5     Platform.
       
     6 
       
     7     Copyright (C) 2017-2020 by Frederic-Charles Barthelery.
       
     8 
       
     9     This file is part of Geekdroid.
       
    10 
       
    11     Geekdroid is free software: you can redistribute it and/or modify
       
    12     it under the terms of the GNU General Public License as published by
       
    13     the Free Software Foundation, either version 3 of the License, or
       
    14     (at your option) any later version.
       
    15 
       
    16     Geekdroid is distributed in the hope that it will be useful,
       
    17     but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    18     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    19     GNU General Public License for more details.
       
    20 
       
    21     You should have received a copy of the GNU General Public License
       
    22     along with Geekdroid.  If not, see <http://www.gnu.org/licenses/>.
       
    23 
       
    24 -->
       
    25 <merge
       
    26         android:id="@+id/select_account"
       
    27         android:layout_width="match_parent"
       
    28         android:layout_height="wrap_content"
       
    29         android:orientation="horizontal" xmlns:android="http://schemas.android.com/apk/res/android"
       
    30         xmlns:tools="http://schemas.android.com/tools">
       
    31 
       
    32     <TextView android:id="@+id/account"
       
    33               android:layout_width="match_parent"
       
    34               android:layout_height="wrap_content"
       
    35               android:layout_gravity="bottom"
       
    36               android:layout_weight="1"
       
    37               android:textAppearance="@style/TextAppearance.AppCompat.Body1"
       
    38               tools:text="Account name"/>
       
    39 
       
    40     <ImageView android:id="@+id/handle"
       
    41                android:layout_width="wrap_content"
       
    42                android:layout_height="wrap_content"
       
    43                android:layout_weight="0"
       
    44                android:duplicateParentState="true"
       
    45                android:src="@drawable/view_account_menu_line_handle_selector"
       
    46                android:importantForAccessibility="no"
       
    47                />
       
    48 </merge>