This commit is contained in:
wangcongtao
2020-03-18 11:04:50 +08:00
parent d82e562966
commit d4e94513ad
49 changed files with 42 additions and 32 deletions

View File

@@ -32,7 +32,7 @@ public class AppsListActivity extends MvpActivity< AppsListView, AppsListPresent
@Override
protected int getLayoutId() {
return R.layout.module_apps_activiity_list;
return R.layout.module_apps_activity_list;
}
@Override

View File

@@ -30,7 +30,7 @@ public class PagerIndicator extends LinearLayout implements PagerSlidingTabStrip
public PagerIndicator( Context context, @Nullable AttributeSet attrs, int defStyleAttr ) {
super( context, attrs, defStyleAttr );
LayoutInflater.from( context ).inflate( R.layout.modle_apps_page_indicator, this, true );
LayoutInflater.from( context ).inflate( R.layout.module_apps_page_indicator, this, true );
mIndicator = findViewById( R.id.module_apps_id_indicator_dot );
}