Fixed issues
This commit is contained in:
@@ -63,11 +63,10 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<SurfaceView
|
||||
android:id="@+id/preview"
|
||||
<androidx.camera.view.PreviewView
|
||||
android:id="@+id/camera_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_above="@+id/btn_stop" />
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/btn_stop"
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
android:id="@+id/recyclerview_85f82ce2"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:paddingBottom="60dp"
|
||||
android:paddingBottom="10dp"
|
||||
app:layoutManager="LinearLayoutManager"
|
||||
|
||||
|
||||
|
||||
@@ -14,51 +14,68 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:padding="16dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/videoslist_id"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="id"
|
||||
android:textSize="12sp"
|
||||
android:padding="2dp"
|
||||
android:layout_margin="2dp"
|
||||
android:textColor="@android:color/black" />
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/videoslist_url"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="url"
|
||||
android:textSize="12sp"
|
||||
android:padding="2dp"
|
||||
android:layout_margin="2dp"
|
||||
android:textColor="@android:color/black" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/videoslist_Price"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Price"
|
||||
android:textSize="12sp"
|
||||
android:padding="2dp"
|
||||
android:layout_margin="2dp"
|
||||
android:textColor="@android:color/black" />
|
||||
|
||||
|
||||
<TextView
|
||||
<ImageView
|
||||
android:id="@+id/videoslist_Image"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="@dimen/_100sdp"
|
||||
android:layout_height="@dimen/_100sdp"
|
||||
android:text="Image"
|
||||
android:textSize="12sp"
|
||||
android:padding="2dp"
|
||||
android:layout_margin="2dp"
|
||||
android:layout_marginRight="@dimen/_10sdp"
|
||||
|
||||
android:textColor="@android:color/black" />
|
||||
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/videoslist_id"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="id"
|
||||
android:textSize="12sp"
|
||||
android:padding="2dp"
|
||||
android:layout_margin="2dp"
|
||||
android:textColor="@android:color/black" />
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/videoslist_url"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="url"
|
||||
android:textSize="12sp"
|
||||
android:padding="2dp"
|
||||
android:layout_margin="2dp"
|
||||
android:textColor="@android:color/black" />
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/videoslist_Price"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Price"
|
||||
android:textSize="12sp"
|
||||
android:padding="2dp"
|
||||
android:layout_margin="2dp"
|
||||
android:textColor="@android:color/black" />
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
||||
@@ -152,6 +152,9 @@
|
||||
<action
|
||||
android:id="@+id/action_splashFragment_to_loginFragment"
|
||||
app:destination="@id/login" />
|
||||
<action
|
||||
android:id="@+id/action_splashFragment_to_homeFragment"
|
||||
app:destination="@id/home" />
|
||||
<action
|
||||
android:id="@+id/action_splashFragment_to_signUpFragment"
|
||||
app:destination="@id/signUp" />
|
||||
|
||||
Reference in New Issue
Block a user