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

Packit 1fb8d4
Packit 1fb8d4
/*
Packit 1fb8d4
   List header 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:id="@+id/list_header_title"
Packit 1fb8d4
    style="?android:attr/listSeparatorTextViewStyle"
Packit 1fb8d4
    android:layout_width="fill_parent"
Packit 1fb8d4
    android:layout_height="wrap_content"
Packit 1fb8d4
    android:background="@drawable/separator_background"
Packit 1fb8d4
    android:paddingBottom="2dip"
Packit 1fb8d4
    android:paddingLeft="5dip"
Packit 1fb8d4
    android:paddingTop="2dip"
Packit 1fb8d4
    android:textColor="@color/separator_text_color" />