Android 开发随记
1、去除标题栏
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
2、git无法pull仓库refusing to merge unrelated histories

git pull origin master ----allow-unrelated-histories
1、去除标题栏
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
2、git无法pull仓库refusing to merge unrelated histories

git pull origin master ----allow-unrelated-histories