Blame client/Android/Studio/freeRDPCore/src/main/res/layout/home.xml

Packit 1fb8d4
Packit 1fb8d4
/*
Packit 1fb8d4
   Main screen layout
Packit 1fb8d4
Packit 1fb8d4
   Copyright 2013 Thincast Technologies GmbH, Author: Martin Fleisz
Packit 1fb8d4
Packit 1fb8d4
   This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. 
Packit 1fb8d4
   If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit 1fb8d4
*/
Packit 1fb8d4
-->
Packit 1fb8d4
Packit 1fb8d4
    android:layout_width="match_parent"
Packit 1fb8d4
    android:layout_height="match_parent">
Packit 1fb8d4
Packit 1fb8d4
    
Packit 1fb8d4
Packit 1fb8d4
    
Packit 1fb8d4
        android:layout_width="0px"
Packit 1fb8d4
        android:layout_height="0px"
Packit 1fb8d4
        android:focusable="true"
Packit 1fb8d4
        android:focusableInTouchMode="true" />
Packit 1fb8d4
Packit 1fb8d4
    
Packit 1fb8d4
        android:id="@+id/superBar"
Packit 1fb8d4
        layout="@layout/super_bar"
Packit 1fb8d4
        android:layout_alignParentTop="true" />
Packit 1fb8d4
Packit 1fb8d4
    
Packit 1fb8d4
        android:id="@+id/listViewBookmarks"
Packit 1fb8d4
        android:layout_width="match_parent"
Packit 1fb8d4
        android:layout_height="match_parent"
Packit 1fb8d4
        android:layout_below="@id/superBar"
Packit 1fb8d4
        android:divider="@android:drawable/divider_horizontal_dark"
Packit 1fb8d4
        android:dividerHeight="1dp" />
Packit 1fb8d4
Packit 1fb8d4
</RelativeLayout>