Proyectos de Subversion Android Microlearning

Rev

Autoría | Ultima modificación | Ver Log |

<?xml version="1.0" encoding="utf-8"?>
<pl.hypeapp.materialtimelineview.MaterialTimelineView
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingBottom="16dp"
    android:paddingTop="16dp"
    android:paddingLeft="16dp"
    android:paddingRight="21dp"
    app:timeline_margin_start="32dp"
    app:timeline_position="middle"
    app:timeline_type="line">

    <TextView
        android:id="@+id/fragment_userprofile_item_label"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginLeft="30dp"
        android:layout_marginTop="10dp"
        style="@style/textview_title1"
        android:text="Label"
        app:layout_constraintStart_toStartOf="parent" />


    <TextView
        android:id="@+id/fragment_userprofile_item_value"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginLeft="30dp"
        android:layout_marginRight="10dp"
        android:layout_marginTop="10dp"
        android:layout_marginBottom="10dp"
        style="@style/textview_title2"
        android:text="Value"
        app:layout_constraintTop_toBottomOf="@id/fragment_userprofile_item_label"
        app:layout_constraintLeft_toLeftOf="parent"/>


</pl.hypeapp.materialtimelineview.MaterialTimelineView>