Skip to content

Commit

Permalink
测试提交
Browse files Browse the repository at this point in the history
  • Loading branch information
陈力 committed Jan 15, 2024
1 parent ca98219 commit 279e5fc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/src/main/java/com/cl/dialog/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,26 @@
import com.cl.dialog.ui.NormalDFActivity;
import com.cl.dialog.ui.SystemDialog;


public class MainActivity extends AppCompatActivity {


@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);

}




public void diffentDialog2(View view) {


}



/**
* 系统Dialog使用
Expand Down
13 changes: 13 additions & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,17 @@
android:text="常用的各种Dialog"
android:textAllCaps="false" />


<Button
android:id="@+id/btn_6"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:onClick="diffentDialog2"
android:text="滚动日期选择Dialog"
android:textAllCaps="false" />


</LinearLayout>

0 comments on commit 279e5fc

Please sign in to comment.