diff options
Diffstat (limited to 'app/src/normal/res/layout')
-rw-r--r-- | app/src/normal/res/layout/f_eip.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/src/normal/res/layout/f_eip.xml b/app/src/normal/res/layout/f_eip.xml index e1ea927d..cd636b25 100644 --- a/app/src/normal/res/layout/f_eip.xml +++ b/app/src/normal/res/layout/f_eip.xml @@ -71,7 +71,10 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="fitXY" - android:layout_margin="-100dp" + android:layout_marginLeft="-300dp" + android:layout_marginRight="-300dp" + android:layout_marginTop="-300dp" + android:layout_marginBottom="-300dp" app:srcCompat="@drawable/bg_red" /> |