Control commit

This commit is contained in:
Captain Arepa 2024-05-31 14:20:03 -04:00
parent 103b11c3be
commit 1bbf632804
4 changed files with 4 additions and 4 deletions

View file

@ -44,12 +44,12 @@ public class SegpassCameraLayout extends FrameLayout {
public SegpassCameraLayout(@NonNull Context context) { public SegpassCameraLayout(@NonNull Context context) {
super(context); super(context);
rootView = inflate(context, R.layout.segpass_camera_view, this); rootView = inflate(context, R.layout.segpass_camera_layout, this);
} }
public SegpassCameraLayout(@NonNull Context context, @Nullable AttributeSet attrs) { public SegpassCameraLayout(@NonNull Context context, @Nullable AttributeSet attrs) {
super(context, attrs); super(context, attrs);
rootView = inflate(context, R.layout.segpass_camera_view, this); rootView = inflate(context, R.layout.segpass_camera_layout, this);
} }
/** /**

View file

@ -9,7 +9,7 @@
<include <include
android:id="@+id/inCamera2" android:id="@+id/inCamera2"
layout="@layout/segpass_camera_view" layout="@layout/segpass_camera_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" /> android:layout_height="match_parent" />

View file

@ -9,7 +9,7 @@
<include <include
android:id="@+id/inCamera2" android:id="@+id/inCamera2"
layout="@layout/segpass_camera_view" layout="@layout/segpass_camera_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" /> android:layout_height="match_parent" />