Welcome to mirror list, hosted at ThFree Co, Russian Federation.

simple_list_item_single_choice.xml « layout « res « library « HoloEverywhere « 3rd_party « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dadeb44ed5961b840fb5d76c90ad598821c752b2 (plain)
1
<?xml version="1.0" encoding="UTF-8"?><CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:paddingLeft="?listPreferredItemPaddingLeft" android:textAppearance="?textAppearanceListItemSmall" android:gravity="center_vertical" android:paddingRight="?listPreferredItemPaddingRight" android:layout_height="?listPreferredItemHeightSmall" android:checkMark="?android:attr/listChoiceIndicatorSingle" android:id="@android:id/text1"></CheckedTextView>