Made nearby notification also visible to right-to-left languages (#2365)

* Fixed Issue #2334

* resolved gradle changes

* changed gragle.wrapper
This commit is contained in:
Vanshika Arora 2019-02-27 01:55:27 +05:30 committed by Vivek Maskara
parent b244e403c2
commit 105e5d7894
2 changed files with 66 additions and 67 deletions

View file

@ -7,6 +7,7 @@ import android.util.AttributeSet;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.ProgressBar;
import android.widget.RelativeLayout;
import android.widget.TextView;
@ -25,7 +26,7 @@ public class NearbyNotificationCardView extends SwipableCardView {
private Context context;
private Button permissionRequestButton;
private RelativeLayout contentLayout;
private LinearLayout contentLayout;
private TextView notificationTitle;
private TextView notificationDistance;
private ImageView notificationIcon;