aboutsummaryrefslogtreecommitdiffstats
path: root/lib/lufa/Projects/TempDataLogger/TempLogHostApp/TempLoggerHostApp.csproj
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa'Jack Humbert2017-07-071-0/+99
16'>16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:id="@+id/container"
    android:duplicateParentState="true"
    android:orientation="horizontal">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:id="@+id/placeholder"
        android:orientation="vertical"
        android:gravity="center">

        <ImageView
            android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:id="@+id/image"/>

        <com.beardedhen.androidbootstrap.utils.AutoResizeTextView
            android:id="@+id/dimensionsLabel"
            android:layout_width="match_parent"
            android:layout_height="100dp"
            android:ellipsize="none"
            android:gravity="center"
            android:maxLines="1"
            android:textSize="100sp"
            android:textColor="@color/bthumbnail_font"/>

    </LinearLayout>
</LinearLayout>