Removed google-services.json from repository
This commit is contained in:
parent
4e8d1375a0
commit
dd68e79a93
2 changed files with 2 additions and 3 deletions
1
app/.gitignore
vendored
1
app/.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
/build
|
||||
app-release.apk
|
||||
google-services.json
|
||||
|
|
|
@ -21,8 +21,6 @@ class ConversationLineItemDecoration extends RecyclerView.ItemDecoration {
|
|||
|
||||
@Override
|
||||
public void onDraw(Canvas c, RecyclerView parent, RecyclerView.State state) {
|
||||
// Fun fact: this method draws in pixels, but all layouts are in DP, so I'm using the divider's
|
||||
// own 2dp width to calculate what I want
|
||||
int dividerLeft = parent.getPaddingLeft() + mContext.getResources().getDimensionPixelSize(R.dimen.status_left_line_margin);
|
||||
int dividerRight = dividerLeft + mDivider.getIntrinsicWidth();
|
||||
|
||||
|
|
Loading…
Reference in a new issue