liuzhenxing 3 năm trước cách đây
mục cha
commit
2b2a1e9cc0

+ 1 - 0
.idea/misc.xml

@@ -15,6 +15,7 @@
         <entry key="app/src/main/res/layout/activity_qr.xml" value="0.19300911854103345" />
         <entry key="app/src/main/res/layout/activity_wifi_login.xml" value="0.16236068895643363" />
         <entry key="app/src/main/res/layout/bright_activity.xml" value="0.1889564336372847" />
+        <entry key="app/src/main/res/layout/button_sure.xml" value="0.1" />
         <entry key="app/src/main/res/layout/display_activity.xml" value="0.20199275362318841" />
         <entry key="app/src/main/res/layout/item_cancel_sure.xml" value="0.14903846153846154" />
         <entry key="app/src/main/res/layout/item_center.xml" value="0.13179347826086957" />

+ 1 - 1
app/src/main/java/com/xplora/xpsettings/Activity/ApnDeleteActivity.java

@@ -28,7 +28,7 @@ public class ApnDeleteActivity extends BaseActivity {
     @Override
     protected void onCreate(Bundle savedInstanceState) {
         super.onCreate(savedInstanceState);
-        setContentView(R.layout.activity_apn_delete);
+        setContentView(R.layout.activity_action);
         initData();
         initView();
     }

+ 1 - 1
app/src/main/java/com/xplora/xpsettings/Adapter/BaseListAdapter.java

@@ -75,7 +75,7 @@ public class BaseListAdapter extends ArrayAdapter<BaseModel> {
         } else if (model.cellType == Constant.CellType.REFRESH) {
             view = LayoutInflater.from(getContext()).inflate(R.layout.item_refresh, null);
         } else if (model.cellType == Constant.CellType.CANCEL_SURE) {
-            view = LayoutInflater.from(getContext()).inflate(R.layout.item_cancel_sure, null);
+            view = LayoutInflater.from(getContext()).inflate(R.layout.view_cancel_sure, null);
         }
 
         assert view != null;

+ 0 - 0
app/src/main/res/layout/activity_apn_delete.xml → app/src/main/res/layout/activity_action.xml


+ 0 - 0
app/src/main/res/layout/item_cancel_sure.xml → app/src/main/res/layout/view_cancel_sure.xml


+ 0 - 1
app/src/main/res/layout/item_sure.xml → app/src/main/res/layout/view_sure.xml

@@ -21,7 +21,6 @@
             android:backgroundTint="@color/xp_green"
             style="@style/xp_style_button_left"
             />
-
     </RelativeLayout>
 
 </RelativeLayout>