Tweak layout to work with older phones with smaller screen

This commit is contained in:
2016-04-29 11:48:06 -04:00
parent d9d48ff984
commit d77c78249c
3 changed files with 17 additions and 10 deletions

View File

@@ -197,5 +197,8 @@ abstract public class BaseActivity extends AppCompatActivity implements Thread.U
{
View view = findViewById(R.id.toolbarShadow);
if(view != null) view.setVisibility(View.GONE);
view = findViewById(R.id.headerShadow);
if(view != null) view.setVisibility(View.GONE);
}
}