app/src/main/res/layout/simple_combobox_item.xml
author Frederic Barthelery <da_risk@beem-project.com>
Fri, 13 Nov 2015 18:17:25 +0100
changeset 1074 fde61b09cd8d
parent 1044 197a85a35cba
permissions -rw-r--r--
Utils: Add a basic implementation of an EncryptionManager which allows to store the password encrypted. This use the latest AndroidKeyStore from Android M and allow to store the key securely.

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android" 
    android:id="@android:id/text1"
    style="?android:attr/dropDownItemStyle"
    android:singleLine="true"
    android:layout_width="match_parent"
    android:layout_height="36dip"
    android:ellipsize="marquee" />