summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_merchant_settings.xml
blob: 8fcf2334e41424c4695a4a167602a9fb7c87f33d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
             xmlns:tools="http://schemas.android.com/tools"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
             android:layout_margin="15dp"
             tools:context=".MerchantSettings">


    <LinearLayout
            android:orientation="vertical"
            android:layout_width="match_parent"
            android:layout_height="match_parent">
    </LinearLayout>
</FrameLayout>