Skip to content

Commit

Permalink
布局小优化
Browse files Browse the repository at this point in the history
  • Loading branch information
maning committed Apr 11, 2017
1 parent b3d3eb9 commit d06f478
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ public class GankActivity extends BaseActivity implements IGankView {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_day_show);
//设置状态栏的颜色
StatusBarUtil.setColor(this, R.color.translate);
ButterKnife.bind(this);

gankPresenter = new GankPresenterImpl(this, this);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@


/**
* 来自这里面的空间
* https://github.com/linglongxin24/DylanStepCount
*/
public class ArcProgressView extends View {

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_day_show.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
android:background="?app_background"
android:clipToPadding="false"
android:fadeScrollbars="true"
android:paddingBottom="10dp"
android:paddingBottom="50dp"
android:scrollbars="vertical" />
</LinearLayout>

Expand Down

0 comments on commit d06f478

Please sign in to comment.