mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-14 02:37:30 +00:00
14 lines
519 B
XML
14 lines
519 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout 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:orientation="vertical">
|
||
|
|
||
|
<androidx.appcompat.widget.AppCompatImageView
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="200dp"
|
||
|
android:scaleType="fitCenter"
|
||
|
app:srcCompat="@mipmap/ic_launcher" />
|
||
|
|
||
|
</LinearLayout>
|