Skip to content

Commit

Permalink
Deprecated videoviewactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbxyyx committed Apr 19, 2024
1 parent ba5219f commit 819eccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
/**
* @author jsbxyyx
*/
@Deprecated
public class VideoViewActivity extends AppCompatActivity {

private WebView webView;
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_video_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".VideoViewActivity">
tools:context=".VideoViewActivity2">

<TextView
android:layout_width="match_parent"
Expand Down

0 comments on commit 819eccd

Please sign in to comment.