Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
karma9874
GitHub Repository: karma9874/AndroRAT
Path: blob/master/Android_Code/app/src/main/res/layout/camera_layout.xml
2476 views
1
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
android:orientation="vertical" android:layout_width="match_parent"
4
android:layout_height="match_parent">
5
6
7
<FrameLayout
8
android:layout_width="0dp"
9
android:layout_height="0dp"
10
android:layout_weight="0"
11
android:id="@+id/surfaceLayout">
12
</FrameLayout>
13
14
</LinearLayout>
15