|
|
|
@ -41,6 +41,21 @@
|
|
|
|
|
android:layout_centerInParent="true"
|
|
|
|
|
app:SpinKit_Color="?android:textColorPrimary" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/pathAttribution"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_below="@id/pathRowsContainer"
|
|
|
|
|
android:layout_marginLeft="@dimen/large_spacing"
|
|
|
|
|
android:layout_marginTop="@dimen/small_spacing"
|
|
|
|
|
android:layout_marginRight="@dimen/large_spacing"
|
|
|
|
|
android:textSize="@dimen/very_small_font_size"
|
|
|
|
|
android:textColor="?android:textColorPrimary"
|
|
|
|
|
android:alpha="0.6"
|
|
|
|
|
android:textAlignment="center"
|
|
|
|
|
android:text="@string/activity_path_attribution"
|
|
|
|
|
android:visibility="invisible" />
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|