mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-23 15:17:30 +00:00
9 lines
470 B
XML
9 lines
470 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<awais.instagrabber.customviews.drawee.DraggableZoomableDraweeView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@null"
|
|
app:actualImageScaleType="fitCenter"
|
|
tools:background="@mipmap/ic_launcher" /> |