Top10DownloadedApps / app / src / main / res / layout / list_item.xml
list_item.xml
Raw
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/appTextView"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:textSize="16sp">

</TextView>