Created
October 24, 2013 09:23
-
-
Save VincentH-Net/7133941 to your computer and use it in GitHub Desktop.
Simple text list item view markup for Android Cloud Auction example app, built with MvvmQuickCross
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<TextView xmlns:android="http://schemas.android.com/apk/res/android" | |
android:id="@+id/TextListItem" | |
android:textAppearance="?android:attr/textAppearanceMedium" | |
android:layout_width="fill_parent" | |
android:layout_height="wrap_content" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment