alertdialog

第五次作业

限于喜欢 提交于 2019-11-30 11:22:39
<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/rel" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity"> <Button android:id="@+id/but" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="换色" android:background="@drawable/ic_launcher_background" android:layout_centerHorizontal="true" android:layout_centerVertical="true" android

作业5

社会主义新天地 提交于 2019-11-30 10:45:18
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" android:id="@+id/beijing" tools:context="com.example.sxz1.MainActivity" > <Button android:id="@+id/bu" android:layout_width="wrap_content" android:layout_height="wrap_content" android

作业五

僤鯓⒐⒋嵵緔 提交于 2019-11-30 10:06:01
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/rtl" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" tools:context="com.example.mz.MainActivity" > <Button android:id="@+id/but1" style="?android:attr/buttonStyleSmall" android:layout_width="wrap_content" android

作业五

為{幸葍}努か 提交于 2019-11-30 09:51:00
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity" android:id="@+id/f"> <Button android:id="@+id/button" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="颜色选择" android:background="#00BCD4" android:layout_centerHorizontal="true" android:layout_centerVertical="true" android:onClick="gh"/> <

第五次作业

喜夏-厌秋 提交于 2019-11-30 09:47:13
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/rl1" tools:context=".MainActivity"> <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="按钮" android:textSize="39sp" android:background="#66cccccc" android:layout_centerVertical="true" android:layout_centerHorizontal="true" android:onClick="test" /> <

05

家住魔仙堡 提交于 2019-11-30 08:18:43
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/ly1" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" tools:context="com.example.ground.MainActivity" > <Button android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content"

第五次作业

戏子无情 提交于 2019-11-30 06:32:36
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/rl1" tools:context=".MainActivity"> <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="按钮" android:textSize="39sp" android:background="#66cccccc" android:layout_centerVertical="true" android:layout_centerHorizontal="true" android:onClick="test" /> <

support.v4.app.DialogFragment使用问题总结

耗尽温柔 提交于 2019-11-29 18:19:22
因app需求问题,需要实现如图这种dialog 看到这里,你可能会说如此easy的事情,还说什么! 那么继续往下看! 场景1: import android.app.Dialog; import android.content.DialogInterface; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.v4.app.DialogFragment; import android.support.v7.app.AlertDialog; import android.support.v7.app.AppCompatActivity; import android.view.LayoutInflater; import android.view.View; public class AlertDialogFragmentActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity

总结:彩票项目维护后的感想

半世苍凉 提交于 2019-11-29 05:01:24
2019-09-03 20:51:13 市面上好多版本的caipiao项目 最近有个项目是php版本的,要做相关的维护,修改。 客户买了一个现成的,做些修改。问题那个多呀。搞了几天,头大。 不得不说原作者真是low到家了,好吧不批评人家了,还是说说所得吧! 1、php网站问题 因为mysql数据库版本问题导致的各种小问题:sql_mode a、not null 结果insert时候不给值会错误,没有任何提示的insert失败。STRICT_TRANS_TABLES b、group by 非强制列。ONLY_FULL_GROUP_BY 附上sql_mode常用值: ONLY_FULL_GROUP_BY: 对于GROUP BY聚合操作,如果在SELECT中的列,没有在GROUP BY中出现,那么这个SQL是不合法的,因为列不在GROUP BY从句中 NO_AUTO_VALUE_ON_ZERO: 该值影响自增长列的插入。默认设置下,插入0或NULL代表生成下一个自增长值。如果用户 希望插入的值为0,而该列又是自增长的,那么这个选项就有用了。 STRICT_TRANS_TABLES: 在该模式下,如果一个值不能插入到一个事务表中,则中断当前的操作,对非事务表不做限制 NO_ZERO_IN_DATE: 在严格模式下,不允许日期和月份为零 NO_ZERO_DATE: 设置该值

关于AlertDialog.Builder(Context context)中所应传入的context

℡╲_俬逩灬. 提交于 2019-11-26 18:22:13
错误报告: 10-20 14:34:46.565: E/AndroidRuntime(23098): FATAL EXCEPTION: main 10-20 14:34:46.565: E/AndroidRuntime(23098): android.view.WindowManager$BadTokenException: Unable to add window -- token null is not for an application 问题分析: 在AlertDialog.Builder(Context context)方法中我传入了getApplicationContext(),一般情况下传入整个应用的上下文是没有问题的,但是AlertDialog的构建是需要一个父Activity的,因此必须传入一个准确的Activity的上下文。 解决办法: 将getApplicationContext()改为xxxActivity.this 转载于:https://www.cnblogs.com/AllenWen/p/4037195.html 来源: https://blog.csdn.net/weixin_30795127/article/details/99011639